summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-07 23:03:39 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-12-07 23:03:39 +0000
commit5b65c95c5e650080cdea8ec29102789b0c487faf (patch)
tree0ca83c531bbad058e07235b541a3b575aec5cc2b /testsuites/psxtmtests
parent2011-12-07 Joel Sherrill <joel.sherrilL@OARcorp.com> (diff)
downloadrtems-5b65c95c5e650080cdea8ec29102789b0c487faf.tar.bz2
2011-12-07 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxtmtests_plan.csv: Add more test cases.
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/ChangeLog4
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv30
2 files changed, 19 insertions, 15 deletions
diff --git a/testsuites/psxtmtests/ChangeLog b/testsuites/psxtmtests/ChangeLog
index 5b537ec3c1..6384277d35 100644
--- a/testsuites/psxtmtests/ChangeLog
+++ b/testsuites/psxtmtests/ChangeLog
@@ -1,3 +1,7 @@
+2011-12-07 Joel Sherrill <joel.sherrill@oarcorp.com>
+
+ * psxtmtests_plan.csv: Add more test cases.
+
2011-10-19 Ralf Corsépius <ralf.corsepius@rtems.org>
* psxtmbarrier01/init.c, psxtmbarrier02/init.c, psxtmbarrier03/init.c,
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 65d4bdf469..599080c1df 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -18,9 +18,9 @@
"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_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",
,,,
@@ -29,12 +29,12 @@
"pthread_join",,,
"pthread_detach",,,
"pthread_exit",,,
-"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",
-"pthread_setschedparam - raise other priority, preempt",,"psxtmtest_single",
+"pthread_self","psxtmthread03","psxtmtest_single w/multiple timings",
+"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 - raise other priority, preempt","psxtmthread06","psxtmtest_single",
,,,
"pthread_once",,,
,,,
@@ -58,12 +58,12 @@
"pthread_barrier_wait - releasing, no preempt","psxtmbarrier03","psxtmtest_unblocking_nopreempt","Yes"
"pthread_barrier_wait - releasing, preempt","psxtmbarrier04","psxtmtest_unblocking_preempt",
,,,
-"pthread_spin_init",,"psxtmtest_init_destroy",
-"pthread_spin_destroy",,"psxtmtest_init_destroy",
-"pthread_spin_lock - available",,"psxtmtest_single",
-"pthread_spin_trylock - available",,"psxtmtest_single",
-"pthread_spin_trylock - not available",,"psxtmtest_single",
-"pthread_spin_unlock",,,
+"pthread_spin_init","psxspin01","psxtmtest_init_destroy",
+"pthread_spin_destroy","psxspin01","psxtmtest_init_destroy",
+"pthread_spin_lock - available","psxspin02","psxtmtest_single w/multiple timings",
+"pthread_spin_trylock - available","psxspin02","psxtmtest_single w/multiple timings",
+"pthread_spin_trylock - not available","psxspin02","psxtmtest_single w/multiple timings",
+"pthread_spin_unlock","psxspin02","psxtmtest_single w/multiple timings",
,,,
"pthread_rwlock_init","psxtmrwlock01","psxtmtest_init_destroy","Yes"
"pthread_rwlock_destroy","psxtmrwlock01","psxtmtest_init_destroy","Yes"