summaryrefslogtreecommitdiff
path: root/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxinttypes01/psxinttypes01.doc')
-rw-r--r--testsuites/psxtests/psxinttypes01/psxinttypes01.doc10
1 files changed, 9 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxinttypes01/psxinttypes01.doc b/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
index 19f63af34b..6fc16f9d48 100644
--- a/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
+++ b/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
@@ -1,4 +1,4 @@
-This File describes the concepts tested by this test suite.
+This File describes the concepts tested by this test suite.
inttypes.h - fixed size integer types
@@ -37,3 +37,11 @@ test suite name: PSXINTTYPE 01
- checks for output for string having a negative number - Number Out of Range
- checks for final string pointed by endptr
- checks for output for invalid argument - Invalid Base
+
+- Checks for imaxabs Testcases
+ - checks for output with an input with any negative number
+ - checks for output with an input with any positive number
+
+- Checks for imaxdiv Testcases
+ - checks for the output quotient and remainder with input with positive numbers
+