summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sprmsched02/Makefile.am (follow)
Commit message (Collapse)AuthorAgeFilesLines
* rtems: Fix _Rate_monotonic_Renew_deadline()Kuan-Hsun Chen2017-01-301-0/+22
Prepare a precondition to prevent the potential integer overflow. Remove one redundant parameter in _Rate_monotonic_Renew_deadline(). sptests/sprmsched02: Create A test case for checking the overflow condition of postponed_jobs in rtems_rate_monotonic_period_status. Update #2885.