summaryrefslogblamecommitdiffstats
path: root/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
blob: 19f63af34b52fe955754ca3a7eb4b30c006ad0b1 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13
14













                                                                                     







                                                                                     







                                                                                     







                                                                                     
                                                               
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 - 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 - 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 - 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 - Invalid Base