psxtmtests_plan.csv: Add preemption cases for pthread_setschedprio

This commit is contained in:
Joel Sherrill
2018-12-06 11:30:23 -06:00
parent be9a83df87
commit 5886a7016d
+3 -1
View File
@@ -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"
1 Test Case Test Template Implemented
67 pthread_setspecific: only case pthread_once: second time psxtmkey02 psxtmonce02 psxtmtest_single Yes No
68 pthread_getspecific: only case pthread_key_create: only case psxtmkey02 psxtmkey01 psxtmtest_single Yes
69 pthread_key_delete: only case pthread_setspecific: only case psxtmkey01 psxtmkey02 psxtmtest_single Yes
70 pthread_cancel pthread_getspecific: only case psxtmkey02 psxtmtest_single Yes
71 pthread_key_delete: only case psxtmkey01 psxtmtest_single Yes
72 pthread_cancel
73 pthread_setcancelstate
74 pthread_setcanceltype
75 pthread_testcancel