xref: /freebsd-13.1/contrib/bmake/unit-tests/cond-cmp-numeric.exp (revision 76bc3cfd)
  • Home
  • History
  • Annotate
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1CondParser_Eval: !(${:UINF} > 1e100)
2make: "cond-cmp-numeric.mk" line 11: String comparison operator must be either == or !=
3CondParser_Eval: ${:UNaN} > NaN
4make: "cond-cmp-numeric.mk" line 16: String comparison operator must be either == or !=
5CondParser_Eval: !(${:UNaN} == NaN)
6lhs = "NaN", rhs = "NaN", op = ==
7CondParser_Eval: 123 ! 123
8make: "cond-cmp-numeric.mk" line 34: Malformed conditional (123 ! 123)
9CondParser_Eval: ${:U 123} < 124
10lhs = 123.000000, rhs = 124.000000, op = <
11CondParser_Eval: ${:U123 } < 124
12make: "cond-cmp-numeric.mk" line 50: String comparison operator must be either == or !=
13make: Fatal errors encountered -- cannot continue
14make: stopped in unit-tests
15exit status 1
16

served by {OpenGrok

Last Index Update: Fri May 15 20:09:11 GMT 2026