summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmtests_plan.csv
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-26 13:33:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-26 13:33:50 +0000
commit7d931f6aa833db3d0eb6557c323d75360c100c4a (patch)
tree836a4d36f9b0656ff6c3d99e2b0b657929ced456 /testsuites/psxtmtests/psxtmtests_plan.csv
parent2011-07-24 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-7d931f6aa833db3d0eb6557c323d75360c100c4a.tar.bz2
2011-07-26 Ricardo Aguirre <el.mastin@ymail.com>
PR 1849/tests * Makefile.am, configure.ac, psxtmtests_plan.csv: Add benchmark of sem_post - thread waiting, no preempt. * psxtmsem04/.cvsignore, psxtmsem04/Makefile.am, psxtmsem04/init.c, psxtmsem04/psxtmsem04.doc: New files.
Diffstat (limited to 'testsuites/psxtmtests/psxtmtests_plan.csv')
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv30
1 files changed, 15 insertions, 15 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index b62fdde052..15e3cc1dc1 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -27,12 +27,12 @@
"pthread_join","psxtmthread03",,
"pthread_detach",,,
"pthread_exit",,,
-"pthread_self",,,
-"pthread_equal",,,
-"pthread_getschedparam",,,
-"pthread_setschedparam - no thread switch",,,
-"pthread_setschedparam - lower own priority, preempt",,,
-"pthread_setschedparam - raise other priority, preempt",,,
+"pthread_self",,"psxtmtest_single",
+"pthread_equal",,"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_once",,,
,,,
@@ -52,9 +52,9 @@
,,,
"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_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",
@@ -81,11 +81,11 @@
"pthread_rwlock_timedwrlock - available",,"psxtmtest_single",
"pthread_rwlock_timedwrlock - not available, blocks",,"psxtmtest_blocking",
,,,
-"mq_open (first open)","psxtmsem02","psxtmtest_init_destroy",
-"mq_close (close of first)","psxtmsem02","psxtmtest_init_destroy",
-"mq_open (second open)","psxtmsem03","psxtmtest_init_destroy",
-"mq_close (close of second)","psxtmsem03","psxtmtest_init_destroy",
-"mq_unlink",,,
+"mq_open (first open)","psxtmmq01","psxtmtest_init_destroy",
+"mq_close (close of first)","psxtmmq01","psxtmtest_init_destroy",
+"mq_open (second open)","psxtmmq01","psxtmtest_init_destroy",
+"mq_close (close of second)","psxtmmq01","psxtmtest_init_destroy",
+"mq_unlink","psxtmmq01","psxtmtest_init_destroy",
"mq_receive - available",,"psxtmtest_single",
"mq_receive - not available, block",,"psxtmtest_blocking",
"mq_timedreceive - available",,"psxtmtest_single",
@@ -111,7 +111,7 @@
"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, no preempt","psxsemtm04","psxtmtest_unblocking_nopreempt","Yes"
"sem_post - thread waiting, preempt",,"psxtmtest_unblocking_preempt",
"sem_getvalue","psxtmsem02","psxtmtest_single","Yes"
,,,