summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spedfsched04 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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.