summaryrefslogtreecommitdiffstats
path: root/testsuites
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 15:35:40 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-13 15:35:40 +0000
commit44209ab286c8c4770b16e7c5b324df4005b2ef34 (patch)
tree9a24b7aed1934c88a08367cca0216cfc89f83f79 /testsuites
parent2011-07-13 Ricardo Aguirre <el.mastin@ymail.com> (diff)
downloadrtems-44209ab286c8c4770b16e7c5b324df4005b2ef34.tar.bz2
2011-07-13 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: Update to reflect next activities.
Diffstat (limited to 'testsuites')
-rw-r--r--testsuites/psxtmtests/ChangeLog4
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv49
2 files changed, 29 insertions, 24 deletions
diff --git a/testsuites/psxtmtests/ChangeLog b/testsuites/psxtmtests/ChangeLog
index d07728dd86..cae066f69d 100644
--- a/testsuites/psxtmtests/ChangeLog
+++ b/testsuites/psxtmtests/ChangeLog
@@ -1,3 +1,7 @@
+2011-07-13 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxtmtests_plan.csv: Update to reflect next activities.
+
2011-07-13 Ricardo Aguirre <el.mastin@ymail.com>
PR 1831/tests
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 43aa9968d1..4e27a103a9 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -6,12 +6,12 @@
"pthread_mutex_trylock - available","psxtmmutex03","psxtmtest_single","Yes"
"pthread_mutex_trylock - not available","psxtmmutex03","psxtmtest_single","Yes"
"pthread_mutex_unlock - no threads waiting","psxtmmutex03","psxtmtest_single","Yes"
-"pthread_mutex_unlock - thread waiting, no preempt","psxtmmutex07","psxtmtest_unblocking_nopreempt",
-"pthread_mutex_unlock - thread waiting, preempt","psxtmmutex08","psxtmtest_unblocking_preempt",
+"pthread_mutex_unlock - thread waiting, no preempt","psxtmmutex05","psxtmtest_unblocking_nopreempt",
+"pthread_mutex_unlock - thread waiting, preempt","psxtmmutex06","psxtmtest_unblocking_preempt",
"pthread_mutex_timedlock - available","psxtmmutex03","psxtmtest_single","Yes"
-"pthread_mutex_timedlock - not available, block","psxtmmutex10","psxtmtest_blocking",
-"pthread_mutex_setprioceiling","psxtmmutex11","psxtmtest_single",
-"pthread_mutex_getprioceiling","psxtmmutex12","psxtmtest_single",
+"pthread_mutex_timedlock - not available, block","psxtmmutex04","psxtmtest_blocking",
+"pthread_mutex_setprioceiling","psxtmmutex07","psxtmtest_single",
+"pthread_mutex_getprioceiling","psxtmmutex07","psxtmtest_single",
,,,
"pthread_cond_init",,"psxtmtest_init_destroy",
"pthread_cond_destroy",,"psxtmtest_init_destroy",
@@ -36,10 +36,10 @@
,,,
"pthread_once",,,
,,,
-"pthread_key_create",,"psxtmtest_init_destroy",
-"pthread_setspecific",,,
-"pthread_getspecific",,,
-"pthread_key_delete",,"psxtmtest_init_destroy",
+"pthread_key_create","psxtmkey01","psxtmtest_init_destroy",
+"pthread_setspecific","psxtmkey02","psxtmtest_single",
+"pthread_getspecific","psxtmkey02","psxtmtest_single",
+"pthread_key_delete","psxtmkey01","psxtmtest_init_destroy",
,,,
"pthread_cancel",,,
"pthread_setcancelstate",,,
@@ -50,10 +50,11 @@
,,,
"pthread_getcpuclockid",,,
,,,
-"pthread_barrier_init",,"psxtmtest_init_destroy",
-"pthread_barrier_destroy",,"psxtmtest_init_destroy",
-"pthread_barrier_wait – blocking",,"psxtmtest_blocking",
-"pthread_barrier_wait – releasing",,,
+"pthread_barrier_init","psxtmbarrier01","psxtmtest_init_destroy",
+"pthread_barrier_destroy","psxtmbarrier01","psxtmtest_init_destroy",
+"pthread_barrier_wait – blocking","psxtmbarrier02","psxtmtest_blocking",
+"pthread_barrier_wait – releasing, no preempt","psxtmbarrier03","psxtmtest_unblocking_nopreempt",
+"pthread_barrier_wait – releasing, preempt","psxtmbarrier04","psxtmtest_unblocking_preempt",
,,,
"pthread_spin_init",,"psxtmtest_init_destroy",
"pthread_spin_destroy",,"psxtmtest_init_destroy",
@@ -88,28 +89,28 @@
"mq_receive – available",,"psxtmtest_single",
"mq_receive - not available, block",,"psxtmtest_blocking",
"mq_timedreceive - available",,"psxtmtest_single",
-"mq_timedreceive - not available, blocks",," ",
+"mq_timedreceive - not available, blocks",,"psxtmtest_single",
"mq_send - no threads waiting",,"psxtmtest_single",
-"mq_send - thread waiting, no preempt",,,
-"mq_send - thread waiting, preempt",,,
+"mq_send - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt",
+"mq_send - thread waiting, preempt",,"psxtmtest_unblocking_preempt",
"mq_timedsend - no threads waiting",,"psxtmtest_single",
-"mq_timedsend - thread waiting, no preempt",,,
-"mq_timedsend - thread waiting, preemption",,,
+"mq_timedsend - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt",
+"mq_timedsend - thread waiting, preemption",,"psxtmtest_unblocking_preempt",
"mq_notify ",,"psxtmtest_single",
,,,
"sem_init","psxtmsem01","psxtmtest_init_destroy",
"sem_destroy","psxtmsem01","psxtmtest_init_destroy",
-"sem_open (first open)","psxtmsem02","psxtmtest_init_destroy",
-"sem_close (close of first)","psxtmsem02","psxtmtest_init_destroy",
-"sem_open (second open)","psxtmsem03","psxtmtest_init_destroy",
-"sem_close (close of second)","psxtmsem03","psxtmtest_init_destroy",
+"sem_open (first open)","psxtmsem01","psxtmtest_init_destroy",
+"sem_close (close of first)","psxtmsem01","psxtmtest_init_destroy",
+"sem_open (second open)","psxtmsem01","psxtmtest_init_destroy",
+"sem_close (close of second)","psxtmsem01","psxtmtest_init_destroy",
"sem_wait – available",,"psxtmtest_single",
"sem_wait - not available, block",,"psxtmtest_blocking",
"sem_trywait - available",,"psxtmtest_single",
"sem_trywait - not available",,"psxtmtest_single",
"sem_post - no threads waiting",,"psxtmtest_single",
-"sem_post - thread waiting, no preempt",,,
-"sem_post - thread waiting, preempt",,,
+"sem_post - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt",
+"sem_post - thread waiting, preempt",,"psxtmtest_unblocking_preempt",
"sem_getvalue",,"psxtmtest_single",
,,,
"sleep - yield","psxtmsleep01","psxtmtest_single","Yes"