summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJennifer Averett <jennifer.averett@oarcorp.com>2013-01-11 14:12:54 -0600
committerJennifer Averett <jennifer.averett@oarcorp.com>2013-01-11 14:15:51 -0600
commit86d06a6132258af7f1c77a94521172513c380478 (patch)
tree7d3813fb3508292a3ee2275defd8d2434a9b32ae
parentbsp/lpc32xx: Bypass the IrDA modem for UART6 (diff)
downloadrtems-86d06a6132258af7f1c77a94521172513c380478.tar.bz2
Added more condition variable timing tests.
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv6
1 files changed, 4 insertions, 2 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 12018650c4..ff0e0aeb21 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -21,8 +21,10 @@
"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_cond_wait - blocks (mutex+condvar pattern)","psxtmcond08","psxtmtest_blocking",
+"pthread_cond_timedwait(&time) - blocks (mutex+condvar pattern)","psxtmcond09","psxtmtest_blocking",
+"pthread_cond_timedwait(&time) - time in past error","psxtmcond10","psxtmtest_blocking",
,,,
"pthread_create - no preempt","psxtmthread01","psxtmtest_single","Yes"
"pthread_create - preempt","psxtmthread02","psxtmtest_single",