summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxinttypes01 (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-07-23libtest: <rtems/test.h> to <rtems/test-info.h>Sebastian Huber1-1/+1
Rename this header file to later move <t.h> to <rtems/test.h>. The main feature provided by <rtems/test-info.h> is the output of standard test information which is consumed by the RTEMS Tester. Update #3199.
2020-04-07Tests for inttype.h methodsEshan dhawan2-2/+32
2019-12-05libtest: Change expected pass state stringSebastian Huber1-1/+1
Use separator character '_' for all test states.
2019-11-26psxinttypes01: Remove invalid test casesSebastian Huber3-30/+6
The functions expect a valid string as input according to POSIX. On systems with a NULL pointer protection the test cases ended up in exceptions.
2019-06-19psxtests: Add psxinttypes01 for <inttypes.h> methodsVaibhav Gupta3-0/+319