Home | History | Annotate | Line # | Download | only in unit-tests
cond-cmp-numeric.exp revision 1.10
      1   1.2  rillig CondParser_Eval: !(${:UINF} > 1e100)
      2   1.9  rillig make: "cond-cmp-numeric.mk" line 15: Comparison with '>' requires both operands 'INF' and '1e100' to be numeric
      3   1.2  rillig CondParser_Eval: ${:UNaN} > NaN
      4   1.9  rillig make: "cond-cmp-numeric.mk" line 21: Comparison with '>' requires both operands 'NaN' and 'NaN' to be numeric
      5   1.2  rillig CondParser_Eval: !(${:UNaN} == NaN)
      6   1.7  rillig Comparing "NaN" == "NaN"
      7   1.3  rillig CondParser_Eval: 123 ! 123
      8   1.9  rillig make: "cond-cmp-numeric.mk" line 38: Malformed conditional (123 ! 123)
      9   1.6  rillig CondParser_Eval: ${:U 123} < 124
     10   1.7  rillig Comparing 123.000000 < 124.000000
     11   1.6  rillig CondParser_Eval: ${:U123 } < 124
     12   1.9  rillig make: "cond-cmp-numeric.mk" line 54: Comparison with '<' requires both operands '123 ' and '124' to be numeric
     13   1.2  rillig make: Fatal errors encountered -- cannot continue
     14  1.10  rillig make: stopped making "all" in unit-tests
     15   1.2  rillig exit status 1
     16