Home | History | Annotate | Line # | Download | only in unit-tests
cond-cmp-numeric.exp revision 1.7
      1 CondParser_Eval: !(${:UINF} > 1e100)
      2 make: "cond-cmp-numeric.mk" line 11: String comparison operator must be either == or !=
      3 CondParser_Eval: ${:UNaN} > NaN
      4 make: "cond-cmp-numeric.mk" line 16: String comparison operator must be either == or !=
      5 CondParser_Eval: !(${:UNaN} == NaN)
      6 Comparing "NaN" == "NaN"
      7 CondParser_Eval: 123 ! 123
      8 make: "cond-cmp-numeric.mk" line 34: Malformed conditional (123 ! 123)
      9 CondParser_Eval: ${:U 123} < 124
     10 Comparing 123.000000 < 124.000000
     11 CondParser_Eval: ${:U123 } < 124
     12 make: "cond-cmp-numeric.mk" line 50: String comparison operator must be either == or !=
     13 make: Fatal errors encountered -- cannot continue
     14 make: stopped in unit-tests
     15 exit status 1
     16