source: rtems/testsuites/psxtests/psxinttypes01/psxinttypes01.scn @ d0b704b0

5
Last change on this file since d0b704b0 was d0b704b0, checked in by Sebastian Huber <sebastian.huber@…>, on 12/05/19 at 06:08:52

libtest: Change expected pass state string

Use separator character '_' for all test states.

  • Property mode set to 100644
File size: 1.4 KB
Line 
1*** BEGIN OF TEST PSXINTTYPE 01 ***
2*** TEST VERSION: 5.0.0.5c2e7104e7de6ac70fae6e8d1e84c9f36c476d43
3*** TEST STATE: EXPECTED_PASS
4*** TEST BUILD:
5*** TEST TOOLS: 7.4.1 20190514 (RTEMS 5, RSB a50f0c044ad732db728cc942d5fde82a1faf1d12, Newlib d14714c69)
6
7strtoimax Testcases....
8Valid Inputs - Positive Number
9Final string pointed by endptr
10Valid Inputs - Negative Number
11Final string pointed by endptr
12Valid Input - Positive Number - Number out of Range
13Valid Input - Negative Number - Number out of Range
14Invalid Input - Invalid base - Use base = 40
15
16strtoumax Testcases....
17Valid Inputs - Positive Number
18Final string pointed by endptr
19Valid Inputs - Negative Number
20Final string pointed by endptr
21Valid Input - Positive Number - Number out of Range
22Valid Input - Negative Number - Number out of Range
23Invalid Input - Invalid base - Use base = 40
24
25wcstoimax Testcases....
26Valid Inputs - Positive Number
27Final string pointed by endptr
28Valid Inputs - Negative Number
29Final string pointed by endptr
30Valid Input - Positive Number - Number out of Range
31Valid Input - Negative Number - Number out of Range
32Invalid Input - Invalid base - Use base = 40
33
34wcstoumax Testcases....
35Valid Inputs - Positive Number
36Final string pointed by endptr
37Valid Inputs - Negative Number
38Final string pointed by endptr
39Valid Input - Positive Number - Number out of Range
40Valid Input - Negative Number - Number out of Range
41Invalid Input - Invalid base - Use base = 40
42
43*** END OF TEST PSXINTTYPE 01 ***
Note: See TracBrowser for help on using the repository browser.