summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmtests_plan.csv
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-22 17:22:10 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-22 17:22:10 +0000
commit8f376951c55621103a15ff78f87919950d3ce16a (patch)
tree0cbe45ebeade48f424f1c8fa83886bf68cb570bc /testsuites/psxtmtests/psxtmtests_plan.csv
parent2011-07-22 Ricardo Aguirre <el.mastin@ymail.com> (diff)
downloadrtems-8f376951c55621103a15ff78f87919950d3ce16a.tar.bz2
2011-07-22 Ricardo Aguirre <el.mastin@ymail.com>
PR 1847/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of various non-blocking semaphore operations. * psxtmsem02/.cvsignore, psxtmsem02/Makefile.am, psxtmsem02/init.c, psxtmsem02/psxtmsem02.doc: New files.
Diffstat (limited to 'testsuites/psxtmtests/psxtmtests_plan.csv')
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv10
1 files changed, 5 insertions, 5 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 5825aa767d..b62fdde052 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -106,14 +106,14 @@
"sem_unlink (does not delete)","psxtmsem01","psxtmtest_single","Yes"
"sem_close (named second close - removes)","psxtmsem01","psxtmtest_single","Yes"
"sem_unlink (deletes)","psxtmsem01","psxtmtest_single","Yes"
-"sem_wait - available",,"psxtmtest_single",
+"sem_wait - available","psxtmsem02","psxtmtest_single","Yes"
"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_trywait - available","psxtmsem02","psxtmtest_single","Yes"
+"sem_trywait - not available","psxtmsem02","psxtmtest_single","Yes"
+"sem_post - no threads waiting","psxtmsem02","psxtmtest_single","Yes"
"sem_post - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt",
"sem_post - thread waiting, preempt",,"psxtmtest_unblocking_preempt",
-"sem_getvalue",,"psxtmtest_single",
+"sem_getvalue","psxtmsem02","psxtmtest_single","Yes"
,,,
"sleep - yield","psxtmsleep01","psxtmtest_single","Yes"
"sleep - blocking","psxtmsleep02","psxtmtest_blocking","Yes"