Home | History | Annotate | Line # | Download | only in unit-tests
cond-cmp-numeric.exp revision 1.5
      1  1.2  rillig CondParser_Eval: !(${:UINF} > 1e100)
      2  1.5  rillig make: "cond-cmp-numeric.mk" line 11: String comparison operator must be either == or !=
      3  1.2  rillig CondParser_Eval: ${:UNaN} > NaN
      4  1.5  rillig make: "cond-cmp-numeric.mk" line 16: String comparison operator must be either == or !=
      5  1.2  rillig CondParser_Eval: !(${:UNaN} == NaN)
      6  1.2  rillig lhs = "NaN", rhs = "NaN", op = ==
      7  1.3  rillig CondParser_Eval: 123 ! 123
      8  1.3  rillig make: "cond-cmp-numeric.mk" line 34: Malformed conditional (123 ! 123)
      9  1.2  rillig make: Fatal errors encountered -- cannot continue
     10  1.2  rillig make: stopped in unit-tests
     11  1.2  rillig exit status 1
     12