summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@oarcorp.com>2012-11-25 18:53:39 -0600
committerJoel Sherrill <joel.sherrill@oarcorp.com>2012-11-25 18:53:39 -0600
commitd82a931f144116669900e8de81f6bcdf1baa9831 (patch)
tree50e2bc33a27b76c8ec67e5369debb165401694e9 /testsuites/psxtmtests
parentbsps: Use RTEMS_BSP_CLEANUP_OPTIONS (diff)
downloadrtems-d82a931f144116669900e8de81f6bcdf1baa9831.tar.bz2
psxtmtests_plan.csv: Identify Conditional Variable Cases
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 599080c1df..12018650c4 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -13,16 +13,16 @@
"pthread_mutex_setprioceiling","psxtmmutex07","psxtmtest_single","Yes"
"pthread_mutex_getprioceiling","psxtmmutex07","psxtmtest_single","Yes"
,,,
-"pthread_cond_init",,"psxtmtest_init_destroy",
-"pthread_cond_destroy",,"psxtmtest_init_destroy",
-"pthread_cond_signal - no threads waiting",,,
-"pthread_cond_signal - thread waiting, no preempt",,,
-"pthread_cond_signal - thread waiting, preempt",,,
-"pthread_cond_broadcast ヨ no threads waiting",,,
-"pthread_cond_broadcast ヨ threads waiting, no preempt",,,
-"pthread_cond_broadcast ヨ threads waiting, preempt",,,
-"pthread_cond_wait - blocks",,"psxtmtest_blocking",
-"pthread_cond_timedwait - blocks",,"psxtmtest_blocking",
+"pthread_cond_init","psxtmcond01","psxtmtest_init_destroy",
+"pthread_cond_destroy","psxtmcond01","psxtmtest_init_destroy",
+"pthread_cond_signal - no threads waiting","psxtmcond02","psxtmtest_single",
+"pthread_cond_signal - thread waiting, no preempt","psxtmcond03","psxtmtest_unblocking_nopreempt",
+"pthread_cond_signal - thread waiting, preempt","psxtmcond04","psxtmtest_unblocking_preempt",
+"pthread_cond_broadcast - no threads waiting","psxtmcond05","psxtmtest_single",
+"pthread_cond_broadcast - threads waiting, no preempt","psxtmcond06","psxtmtest_unblocking_nopreempt",
+"pthread_cond_broadcast - threads waiting, preempt","psxtmcond07","psxtmtest_unblocking_preempt",
+"pthread_cond_wait - blocks","psxtmcond08","psxtmtest_blocking",
+"pthread_cond_timedwait - blocks","psxtmcond09","psxtmtest_blocking",
,,,
"pthread_create - no preempt","psxtmthread01","psxtmtest_single","Yes"
"pthread_create - preempt","psxtmthread02","psxtmtest_single",