1956e45f6SSimon J. GerratyCondParser_Eval: !(${:UINF} > 1e100) 28c973ee2SSimon J. Gerratymake: "cond-cmp-numeric.mk" line 15: Comparison with '>' requires both operands 'INF' and '1e100' to be numeric 3956e45f6SSimon J. GerratyCondParser_Eval: ${:UNaN} > NaN 48c973ee2SSimon J. Gerratymake: "cond-cmp-numeric.mk" line 21: Comparison with '>' requires both operands 'NaN' and 'NaN' to be numeric 5956e45f6SSimon J. GerratyCondParser_Eval: !(${:UNaN} == NaN) 61d3f2ddcSSimon J. GerratyComparing "NaN" == "NaN" 7e2eeea75SSimon J. GerratyCondParser_Eval: 123 ! 123 8*6a7405f5SSimon J. Gerratymake: "cond-cmp-numeric.mk" line 38: Malformed conditional '123 ! 123' 912904384SSimon J. GerratyCondParser_Eval: ${:U 123} < 124 101d3f2ddcSSimon J. GerratyComparing 123.000000 < 124.000000 1112904384SSimon J. GerratyCondParser_Eval: ${:U123 } < 124 128c973ee2SSimon J. Gerratymake: "cond-cmp-numeric.mk" line 54: Comparison with '<' requires both operands '123 ' and '124' to be numeric 13956e45f6SSimon J. Gerratymake: Fatal errors encountered -- cannot continue 1422619282SSimon J. Gerratymake: stopped making "all" in unit-tests 15956e45f6SSimon J. Gerratyexit status 1 16