git://git.exim.org
/
users
/
heiko
/
exim.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix numeric comparisons for 64b. Bug 1385
[users/heiko/exim.git]
/
test
/
stdout
/
0002
diff --git
a/test/stdout/0002
b/test/stdout/0002
index 35f1bb99b149411f3809261332b33d0bfea00194..1cf6a5b843562069fcff5b55d0e897fced9220c1 100644
(file)
--- a/
test/stdout/0002
+++ b/
test/stdout/0002
@@
-260,9
+260,11
@@
> # Numeric overflow
> # >32b should work, >64b not
>
> # 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
> Failed: absolute value of integer "46116860184273879040" is too large (overflow)
>
> # Conditions