summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel@rtems.org>2018-12-06 11:30:23 -0600
committerJoel Sherrill <joel@rtems.org>2018-12-06 11:30:23 -0600
commit5886a7016da6418058cfd3c730bc12f123d010eb (patch)
treed836a485e93976032a30729a6c233a0350855b5e /testsuites/psxtmtests
parentpsxtmtests/psxtmtests_plan.csv: Fix typos (GCI 2018) (diff)
downloadrtems-5886a7016da6418058cfd3c730bc12f123d010eb.tar.bz2
psxtmtests_plan.csv: Add preemption cases for pthread_setschedprio
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv4
1 files changed, 3 insertions, 1 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 6e5fc9c9b5..5728f3d368 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -67,7 +67,9 @@
"pthread_setschedparam: no thread switch","psxtmthread04","psxtmtest_single w/multiple timings","Yes"
"pthread_setschedparam: lower own priority: preempt","psxtmthread05","psxtmtest_single","Yes"
"pthread_setschedparam: raise other priority: preempt","psxtmthread06","psxtmtest_single","Yes"
-"pthread_setschedprio: only case","psxtmthread07", "psxtmtest_single", "No"
+"pthread_setschedprio: raise own priority: nopreempt","psxtmthread07", "psxtmtest_single", "No"
+"pthread_setschedparam: lower own priority: preempt","psxtmthread08","see psxtmthread06","No"
+"pthread_setschedparam: raise other priority: preempt","psxtmthread09","see psxtmthread07","No"
"pthread_once: first time","psxtmonce01","psxtmtest_single","Yes"