summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp51/init.c (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-04-05testsuites/sptests/sp[4-7]*: Change license to BSD-2Joel Sherrill1-3/+22
Updates #3053.
2017-12-06sptests/sp51: Delete semaphore after useSebastian Huber1-0/+3
This ensures that the configured semaphore maximum is not exceeded.
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.
2016-06-22rtems: Rework RTEMS API to SuperCore prioritySebastian Huber1-0/+10
Use same structure as POSIX API for thread priority conversion to/from SuperCore.
2014-08-20score: PR2179: Fix initially locked PI mutexSebastian Huber1-0/+36
2014-03-31score: Delete CORE_mutex_Control::lockSebastian Huber1-2/+2
The holder field is enough to determine if a mutex is locked or not. This leads also to better error status codes in case a rtems_semaphore_release() is done for a mutex without having the ownership.
2014-03-25tests/sptests: Use <rtems/test.h>Sebastian Huber1-2/+6
2014-03-21Change all references of rtems.com to rtems.org.Chris Johns1-1/+1
2012-05-31sptests - Eliminate missing prototype warningsJoel Sherrill1-1/+4
2012-05-11Remove All CVS Id Strings Possible Using a ScriptJoel Sherrill1-2/+0
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
2011-02-22Add HAVE_CONFIG_H.Ralf Corsepius1-0/+4
2009-07-082009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>Joel Sherrill1-2/+1
* sp51/init.c, sp54/Makefile.am, sp55/Makefile.am, sp56/Makefile.am, sp57/Makefile.am, spchain/Makefile.am, spfatal10/Makefile.am, spfatal11/Makefile.am, spfatal12/Makefile.am: Remove unneeded USE_TIMER_SERVER which was copied fomr other Makefile.am's.
2009-05-222009-05-22 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-4/+16
* sp51/init.c, sp51/sp51.scn: Add more priority ceiling test cases.
2009-05-212009-05-21 Joel Sherrill <joel.sherrill@oarcorp.com>Joel Sherrill1-0/+60
PR 1415/cpukit * Makefile.am, configure.ac: Add test for very simple priority ceiling violation. * sp51/.cvsignore, sp51/Makefile.am, sp51/init.c, sp51/sp51.doc, sp51/sp51.scn: New files.