aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2017-08-29 18:21:29 +0200
committerJay Berkenbilt <ejb@ql.org>2017-08-29 18:28:32 +0200
commit6d46346eb93d5032c08cf1e39023b5d57260a766 (patch)
tree6bbb6f3347bee0f402672ab82c0af8ec402c30f1 /libtests/qtest
parentd7d446e0b8aacd122d1a000d38ebafa4dbf5b3d2 (diff)
downloadqpdf-6d46346eb93d5032c08cf1e39023b5d57260a766.tar.zst
Detect integer overflow/underflow
Diffstat (limited to 'libtests/qtest')
-rw-r--r--libtests/qtest/qutil/qutil.out8
1 files changed, 8 insertions, 0 deletions
diff --git a/libtests/qtest/qutil/qutil.out b/libtests/qtest/qutil/qutil.out
index 7a0bba48..c76beb2b 100644
--- a/libtests/qtest/qutil/qutil.out
+++ b/libtests/qtest/qutil/qutil.out
@@ -14,6 +14,14 @@
one
7
compare okay
+-2147483648 to int: PASSED
+2147483647 to int: PASSED
+2147483648 to int threw: PASSED
+-2147483649 to int threw: PASSED
+9999999999999999999999999 to int threw: PASSED
+2147483648 to int: PASSED
+-2147483649 to int: PASSED
+99999999999999999999999999999999999999999999999999 to int threw: PASSED
----
before remove
exception: remove file: No such file or directory