summaryrefslogtreecommitdiff
path: root/test/stdout/0002
diff options
context:
space:
mode:
authorJeremy Harris <jgh146exb@wizmail.org>2012-05-13 22:39:47 +0100
committerJeremy Harris <jgh146exb@wizmail.org>2012-05-13 22:39:47 +0100
commit8fd715e80d7848fa463f06951a42967bd7123756 (patch)
treea2d5b9b03a7db2f295d57dff028659c14acd52bc /test/stdout/0002
parentf5c2d7e2f79ccb70dd9a815b55e1aaf8868f8876 (diff)
parent97d1730589a1b7d1f630df1f3193df5b967d3aba (diff)
Merge branch '64bitint'
Diffstat (limited to 'test/stdout/0002')
-rw-r--r--test/stdout/00027
1 files changed, 5 insertions, 2 deletions
diff --git a/test/stdout/0002 b/test/stdout/0002
index e209ada6e..c009fbd12 100644
--- a/test/stdout/0002
+++ b/test/stdout/0002
@@ -221,9 +221,12 @@
> mask: NO
>
> # Numeric overflow
+> # >32b should work, >64b not
>
-> Failed: absolute value of integer "4096M" is too large (overflow)
-> Failed: absolute value of integer "4096000000" is too large (overflow)
+> 4096M y
+> 4096000000 y
+> 4611686018427387904 y
+> Failed: absolute value of integer "46116860184273879040" is too large (overflow)
>
> # Conditions
>