aboutsummaryrefslogtreecommitdiffstats
path: root/libtests/qtest/qutil
diff options
context:
space:
mode:
authorJay Berkenbilt <ejb@ql.org>2019-06-21 01:48:53 +0200
committerJay Berkenbilt <ejb@ql.org>2019-06-21 19:17:21 +0200
commit42306e2ff8716ce9a8f57da791122cc88308890c (patch)
tree9050f3ae8a9cab1524ab41df0b7b3f683b974870 /libtests/qtest/qutil
parenta66828caff16a4ad64b9d69b5db1c5a5e60418cc (diff)
downloadqpdf-42306e2ff8716ce9a8f57da791122cc88308890c.tar.zst
QUtil: add unsigned int/string functions
Diffstat (limited to 'libtests/qtest/qutil')
-rw-r--r--libtests/qtest/qutil/qutil.out13
1 files changed, 9 insertions, 4 deletions
diff --git a/libtests/qtest/qutil/qutil.out b/libtests/qtest/qutil/qutil.out
index c35f22e3..4d19617d 100644
--- a/libtests/qtest/qutil/qutil.out
+++ b/libtests/qtest/qutil/qutil.out
@@ -17,12 +17,17 @@ one
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 threw (integer out of range converting 2147483648 from a 8-byte signed type to a 4-byte signed type): PASSED
+-2147483649 to int threw (integer out of range converting -2147483649 from a 8-byte signed type to a 4-byte signed type): PASSED
+9999999999999999999999999 to int threw (overflow/underflow converting 9999999999999999999999999 to 64-bit integer): PASSED
2147483648 to int: PASSED
-2147483649 to int: PASSED
-99999999999999999999999999999999999999999999999999 to int threw: PASSED
+99999999999999999999999999999999999999999999999999 to int threw (overflow/underflow converting 99999999999999999999999999999999999999999999999999 to 64-bit integer): PASSED
+16059 to int: PASSED
+-16059 to int threw (underflow converting -16059 to 64-bit unsigned integer): PASSED
+9999999999 to int threw (integer out of range converting 9999999999 from a 8-byte unsigned type to a 4-byte unsigned type): PASSED
+16059 to int: PASSED
+-16059 to int threw (underflow converting -16059 to 64-bit unsigned integer): PASSED
---- os wrapper
before remove
exception: remove file: No such file or directory