2011-08-04 Joel Sherrill <joel.sherrill@oarcorp.com>

* psxtmtests_plan.csv: update.
This commit is contained in:
Joel Sherrill
2011-08-04 17:24:29 +00:00
parent aa66acbbc3
commit 0f660eb744
2 changed files with 10 additions and 4 deletions

View File

@@ -1,3 +1,7 @@
2011-08-04 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: update.
2011-08-04 Ricardo Aguirre <el.mastin@ymail.com>
PR 1888/tests

View File

@@ -18,17 +18,19 @@
"pthread_cond_signal - no threads waiting",,,
"pthread_cond_signal - thread waiting, no preempt",,,
"pthread_cond_signal - thread waiting, preempt",,,
"pthread_cond_broadcast",,,
"pthread_cond_broadcast <20> no threads waiting",,,
"pthread_cond_broadcast <20> threads waiting, no preempt",,,
"pthread_cond_broadcast <20> threads waiting, preempt",,,
"pthread_cond_wait - blocks",,"psxtmtest_blocking",
"pthread_cond_timedwait - blocks",,"psxtmtest_blocking",
,,,
"pthread_create - no preempt","psxtmthread01","psxtmtest_single","Yes"
"pthread_create - preempt","psxtmthread02","psxtmtest_single",
"pthread_join","psxtmthread03",,
"pthread_join",,,
"pthread_detach",,,
"pthread_exit",,,
"pthread_self",,"psxtmtest_single",
"pthread_equal",,"psxtmtest_single",
"pthread_self","psxtmthread03","psxtmtest_single",
"pthread_equal","psxtmthread03","psxtmtest_single",
"pthread_getschedparam",,"psxtmtest_single",
"pthread_setschedparam - no thread switch",,"psxtmtest_single",
"pthread_setschedparam - lower own priority, preempt",,"psxtmtest_single",
1 Test Case Test Template Implemented
18 pthread_cond_signal - no threads waiting
19 pthread_cond_signal - thread waiting, no preempt
20 pthread_cond_signal - thread waiting, preempt
21 pthread_cond_broadcast pthread_cond_broadcast – no threads waiting
22 pthread_cond_broadcast – threads waiting, no preempt
23 pthread_cond_broadcast – threads waiting, preempt
24 pthread_cond_wait - blocks psxtmtest_blocking
25 pthread_cond_timedwait - blocks psxtmtest_blocking
26
27 pthread_create - no preempt psxtmthread01 psxtmtest_single Yes
28 pthread_create - preempt psxtmthread02 psxtmtest_single
29 pthread_join psxtmthread03
30 pthread_detach
31 pthread_exit
32 pthread_self psxtmthread03 psxtmtest_single
33 pthread_equal psxtmthread03 psxtmtest_single
34 pthread_getschedparam psxtmtest_single
35 pthread_setschedparam - no thread switch psxtmtest_single
36 pthread_setschedparam - lower own priority, preempt psxtmtest_single