summaryrefslogtreecommitdiffstats
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.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