summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxinttypes01/psxinttypes01.doc
blob: 19f63af34b52fe955754ca3a7eb4b30c006ad0b1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
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