summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxonce01 (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-12testsuites/psxtests/psx[n-z]*: Change license to BSD-2Joel Sherrill3-9/+66
Updates #3053.
2019-12-05libtest: Change expected pass state stringSebastian Huber1-1/+1
Use separator character '_' for all test states.
2019-02-18psxtests/psxonce01: Fix typoSebastian Huber1-2/+2
Update #3334.
2019-02-18score: Avoid some deadlocks in _Once()Sebastian Huber3-19/+80
Recursive usage of the same pthread_once_t results now in a deadlock. Previously, an error of EINVAL was returned. This usage scenario is invalid according to the POSIX pthread_once() specification. Close #3334.
2018-04-10testsuite/psxtests: Merged nested Makefile.am files into one Makefile.amChris Johns1-22/+0
This change is part of the testsuite Makefile.am reorganization. Update #3382
2017-11-06tests: Use simple console driverSebastian Huber1-1/+1
Update #3170. Update #3199.
2017-10-28tests: Remove TEST_INITSebastian Huber1-2/+0
The TEST_EXTERN is a used only by the system.h style tests and they use CONFIGURE_INIT appropriately. Update #3170. Update #3199.
2017-10-23testsuite: Use printk for all test output where possible.Chris Johns1-0/+2
- Remove the printf support leaving the direct printk support configured with TESTS_USE_PRINTK and all other output goes via a buffered vsniprintf call to printk. - Control the test's single init for functions and global data with TEST_INIT and not CONFIGURE_INIT. They are now separate. Updates #3170.
2014-09-10psxtests/psxonce01: Use test extensionSebastian Huber1-0/+2
2014-03-25tests/psxtests: Use <rtems/test.h>Sebastian Huber1-2/+4
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns3-3/+3
2014-03-19psxonce01: Add call counter to check if init function has been called.Christian Mauderer1-13/+14
2014-03-19psxtests: move pthread_once tests into an extra test.Christian Mauderer5-0/+148