summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
diff options
context:
space:
mode:
authorVaibhav Gupta <vaibhavgupta40@gmail.com>2019-06-14 00:59:24 +0530
committerJoel Sherrill <joel@rtems.org>2019-06-19 11:03:35 -0500
commitd9fcb22a612f850edbc26966b0d5cdca8d950a53 (patch)
tree15b8bd0094fc655f705aa284eb290d6670c7fefa /testsuites/psxtests/psxinttypes01/psxinttypes01.doc
parentrtems/confdefs.h: Fix typo (diff)
downloadrtems-d9fcb22a612f850edbc26966b0d5cdca8d950a53.tar.bz2
psxtests: Add psxinttypes01 for <inttypes.h> methods
Diffstat (limited to 'testsuites/psxtests/psxinttypes01/psxinttypes01.doc')
-rw-r--r--testsuites/psxtests/psxinttypes01/psxinttypes01.doc43
1 files changed, 43 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxinttypes01/psxinttypes01.doc b/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
new file mode 100644
index 0000000000..607d67015e
--- /dev/null
+++ b/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
@@ -0,0 +1,43 @@
+This File describes the concepts tested by this test suite.
+
+inttypes.h - fixed size integer types
+
+test suite name: PSXINTTYPE 01
+
+- Checks for invalid base value
+
+- Checks for Strtoimax Testcases
+ - checks for output for string having a positive number
+ - checks for output for string having a negative number
+ - checks for output for string having a positive number - Number Out of Range
+ - 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 - NULL Pointer
+ - checks for output for invalid argument - Invalid Base
+
+- Checks for Strtoumax Test Cases
+ - checks for output for string having a positive number
+ - checks for output for string having a negative number
+ - checks for output for string having a positive number - Number Out of Range
+ - 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 - NULL Pointer
+ - checks for output for invalid argument - Invalid Base
+
+- Checks for Wcstoimax Testcases
+ - checks for output for string having a positive number
+ - checks for output for string having a negative number
+ - checks for output for string having a positive number - Number Out of Range
+ - 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 - NULL Pointer
+ - checks for output for invalid argument - Invalid Base
+
+- Checks for Wcstoumax Testcases
+ - checks for output for string having a positive number
+ - checks for output for string having a negative number
+ - checks for output for string having a positive number - Number Out of Range
+ - 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 - NULL Pointer
+ - checks for output for invalid argument - Invalid Base