summaryrefslogtreecommitdiff
path: root/test/stdout
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2013-09-15 16:41:40 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2013-09-15 16:41:40 +0100
commit725735cdc6e1fb7a32b23364d75e14557af6de08 (patch)
treecf4588264853abd6236d444c936764ab2b1ed246 /test/stdout
parentc5c2182fe8a0ca17941b129ac430ac6d24482d82 (diff)
Fix numeric comparisons for 64b. Bug 1385
Diffstat (limited to 'test/stdout')
-rw-r--r--test/stdout/00028
1 files changed, 5 insertions, 3 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002
index 35f1bb99b..1cf6a5b84 100644
--- a/test/stdout/0002
+++ b/test/stdout/0002
@@ -260,9 +260,11 @@
> # 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