summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spedfsched04 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* tests: Fix rtems_test_spin_until_next_tick()Sebastian Huber2018-12-071-0/+2
| | | | | | This bug surfaced due to sporadic failures in sptimecounter02. Adjust rtems_test_spin_for_ticks() to include the partial tick in the argument value.
* tests: Use rtems_task_exit()Sebastian Huber2018-10-051-2/+1
| | | | Update #3533.
* testsuite/sptests: Merged nested Makefile.am files into one Makefile.amChris Johns2018-04-101-21/+0
| | | | | | This change is part of the testsuite Makefile.am reorganization. Update #3382
* tests: Use simple console driverSebastian Huber2017-11-061-1/+1
| | | | | Update #3170. Update #3199.
* tests: Remove TEST_INITSebastian Huber2017-10-281-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.
* testsuite: Use printk for all test output where possible.Chris Johns2017-10-231-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.
* sprmsched01/spedfsched04: ReviseKuan-Hsun Chen2017-01-313-65/+50
| | | | | | | | Instead of using the target time and console driver, both tests now use assertions and rtems_rate_monotonic_get_status() to verify the count of postponed jobs. The setting of spedfsched04 is slightly changed. Close #2795.
* sptests/spedfsched04: Merge and fixSebastian Huber2017-01-254-193/+113
| | | | | | | Merge into one file and fix obvious problems (e.g. out of bounds array access). Update #2795.
* classic: adjust names of RM postponed job functionsGedare Bloom2017-01-131-3/+3
| | | | closes #2795
* sptests: EDF scheduler overrun handlingKuan-Hsun Chen2017-01-136-0/+314
Update #2795.