summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
diff options
context:
space:
mode:
authorEshan dhawan <eshandhawan51@gmail.com>2020-04-08 01:56:40 +0530
committerGedare Bloom <gedare@rtems.org>2020-04-07 16:17:18 -0600
commit81e25245fcc996ba08d0968856798c50325cd501 (patch)
treeadbcc49fdd23ad54ed0ce34426c803750a52ca3f /testsuites/psxtests/psxinttypes01/psxinttypes01.doc
parentlpc23xx_tli800-testsuite.tcfg: Add psxaoi03 and psxsignal07 (diff)
downloadrtems-81e25245fcc996ba08d0968856798c50325cd501.tar.bz2
Tests for inttype.h methods
Diffstat (limited to '')
-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
+