summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-24 14:33:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-24 14:33:19 +0000
commit5f66df532fbb34c857030e5a74f94ace83dd4816 (patch)
treee5e0440ef7ba6b5575bc2e84af2ca26b4316df85 /testsuites
parent2011-06-24 Arnout Vandecappelle <arnout@mind.be> (diff)
downloadrtems-5f66df532fbb34c857030e5a74f94ace83dd4816.tar.bz2
2011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: Complete plan for mutexes.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtmtests/ChangeLog4
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv20
2 files changed, 14 insertions, 10 deletions
diff --git a/testsuites/psxtmtests/ChangeLog b/testsuites/psxtmtests/ChangeLog
index 2380f950fb..cee51a4979 100644
--- a/testsuites/psxtmtests/ChangeLog
+++ b/testsuites/psxtmtests/ChangeLog
@@ -1,3 +1,7 @@
+2011-06-24 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxtmtests_plan.csv: Complete plan for mutexes.
+
2011-06-22 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: Update.
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 11e7546471..035b257b71 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -1,17 +1,17 @@
"Test Case","Test","Template","Implemented"
"pthread_mutex_init","psxtmmutex01","psxtmtest_init_destroy",
"pthread_mutex_destroy","psxtmmutex01","psxtmtest_init_destroy",
-"pthread_mutex_lock - available","psxtmmutex03","psxtmtest_single",
"pthread_mutex_lock - not available, block","psxtmmutex02","psxtmtest_blocking","Yes"
-"pthread_mutex_trylock - available","psxtmmutex03","psxtmtest_single",
-"pthread_mutex_trylock - not available","psxtmmutex03","psxtmtest_single",
-"pthread_mutex_unlock - no threads waiting","psxtmmutex03","psxtmtest_single",
-"pthread_mutex_unlock - thread waiting, no preempt","psxtmmutex04",,
-"pthread_mutex_unlock - thread waiting, preempt","psxtmmutex05",,
-"pthread_mutex_timedlock - available","psxtmmutex03","psxtmtest_single",
-"pthread_mutex_timedlock - not available, block","psxtmmutex06","psxtmtest_blocking",
-"pthread_mutex_setprioceiling",,,
-"pthread_mutex_getprioceiling",,,
+"pthread_mutex_lock - available","psxtmmutex03","psxtmtest_single",
+"pthread_mutex_trylock - available","psxtmmutex04","psxtmtest_single",
+"pthread_mutex_trylock - not available","psxtmmutex05","psxtmtest_single",
+"pthread_mutex_unlock - no threads waiting","psxtmmutex06","psxtmtest_single",
+"pthread_mutex_unlock - thread waiting, no preempt","psxtmmutex07","psxtmtest_unblocking_nopreempt",
+"pthread_mutex_unlock - thread waiting, preempt","psxtmmutex08","psxtmtest_unblocking_preempt",
+"pthread_mutex_timedlock - available","psxtmmutex09","psxtmtest_single",
+"pthread_mutex_timedlock - not available, block","psxtmmutex10","psxtmtest_blocking",
+"pthread_mutex_setprioceiling","psxtmmutex11","psxtmtest_single",
+"pthread_mutex_getprioceiling","psxtmmutex12","psxtmtest_single",
,,,
"pthread_cond_init",,"psxtmtest_init_destroy",
"pthread_cond_destroy",,"psxtmtest_init_destroy",