Fix numeric comparisons for 64b. Bug 1385
[exim.git] / test / stdout / 0002
index 35f1bb99b149411f3809261332b33d0bfea00194..1cf6a5b843562069fcff5b55d0e897fced9220c1 100644 (file)
 > # Numeric overflow
 > # >32b should work, >64b not
 > 
-> 4096M      y
-> 4096000000 y
-> 4611686018427387904  y
+> 1 > 2047M                n
+> 1 > 2048M                n
+> 1 > 4096000000           n
+> 1 > 4096M                n
+> 1 > 4611686018427387904  n
 > Failed: absolute value of integer "46116860184273879040" is too large (overflow)
 > 
 > # Conditions