[rtems commit] psxtmtests_plan.csv: Add preemption cases for pthread_setschedprio

Joel Sherrill joel at rtems.org
Thu Dec 6 17:30:28 UTC 2018


Module:    rtems
Branch:    master
Commit:    5886a7016da6418058cfd3c730bc12f123d010eb
Changeset: http://git.rtems.org/rtems/commit/?id=5886a7016da6418058cfd3c730bc12f123d010eb

Author:    Joel Sherrill <joel at rtems.org>
Date:      Thu Dec  6 11:30:23 2018 -0600

psxtmtests_plan.csv: Add preemption cases for pthread_setschedprio

---

 testsuites/psxtmtests/psxtmtests_plan.csv | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 6e5fc9c..5728f3d 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"



More information about the vc mailing list