Indicate that test psxtmthread05 has been implemented

* update psxtmtests_plan.csv to reflect that the test has been
  implemented.
* Test implemented in db08c3897f
This commit is contained in:
Chirayu Desai
2013-11-27 21:10:55 +05:30
committed by Gedare Bloom
parent df97c7f878
commit fa3f87884f

View File

@@ -35,7 +35,7 @@
"pthread_equal","psxtmthread03","psxtmtest_single w/multiple timings",
"pthread_getschedparam","psxtmthread04","psxtmtest_single w/multiple timings",
"pthread_setschedparam - no thread switch","psxtmthread04","psxtmtest_single w/multiple timings",
"pthread_setschedparam - lower own priority, preempt","psxtmthread05","psxtmtest_single",
"pthread_setschedparam - lower own priority, preempt","psxtmthread05","psxtmtest_single","Yes"
"pthread_setschedparam - raise other priority, preempt","psxtmthread06","psxtmtest_single",
,,,
"pthread_once",,,
1 Test Case Test Template Implemented
35 pthread_getschedparam psxtmthread04 psxtmtest_single w/multiple timings
36 pthread_setschedparam - no thread switch psxtmthread04 psxtmtest_single w/multiple timings
37 pthread_setschedparam - lower own priority, preempt psxtmthread05 psxtmtest_single Yes
38 pthread_setschedparam - raise other priority, preempt psxtmthread06 psxtmtest_single
39
40 pthread_once
41