summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxinttypes01/psxinttypes01.scn
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxinttypes01/psxinttypes01.scn')
-rw-r--r--testsuites/psxtests/psxinttypes01/psxinttypes01.scn43
1 files changed, 43 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxinttypes01/psxinttypes01.scn b/testsuites/psxtests/psxinttypes01/psxinttypes01.scn
new file mode 100644
index 0000000000..09aec2942d
--- /dev/null
+++ b/testsuites/psxtests/psxinttypes01/psxinttypes01.scn
@@ -0,0 +1,43 @@
+*** PSXINTTYPE 01 TEST ***
+
+strtoimax Testcases....
+Valid Inputs - Positive Number
+Final string pointed by endptr
+Valid Inputs - Negative Number
+Final string pointed by endptr
+Valid Input - Positive Number - Number out of Range
+Valid Input - Negative Number - Number out of Range
+Invalid Input - Send NULL Pointer
+Invalid Input - Invalid base - Use base = 40
+
+strtoumax Testcases....
+Valid Inputs - Positive Number
+Final string pointed by endptr
+Valid Inputs - Negative Number
+Final string pointed by endptr
+Valid Input - Positive Number - Number out of Range
+Valid Input - Negative Number - Number out of Range
+Invalid Input - Send NULL Pointer
+Invalid Input - Invalid base - Use base = 40
+
+wcstoimax Testcases....
+Valid Inputs - Positive Number
+Final string pointed by endptr
+Valid Inputs - Negative Number
+Final string pointed by endptr
+Valid Input - Positive Number - Number out of Range
+Valid Input - Negative Number - Number out of Range
+Invalid Input - Send NULL Pointer
+Invalid Input - Invalid base - Use base = 40
+
+wcstoumax Testcases....
+Valid Inputs - Positive Number
+Final string pointed by endptr
+Valid Inputs - Negative Number
+Final string pointed by endptr
+Valid Input - Positive Number - Number out of Range
+Valid Input - Negative Number - Number out of Range
+Invalid Input - Send NULL Pointer
+Invalid Input - Invalid base - Use base = 40
+
+*** END OF PSXINTTYPE 01 TEST ***