summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmtests_plan.csv
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-24 21:15:58 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-08-24 21:15:58 +0000
commitf9c237019711e0da777e7acfef0dc6ee643c782a (patch)
tree8ee228fa77ce23c64d828c4a4a0a68d801f43af3 /testsuites/psxtmtests/psxtmtests_plan.csv
parent2011-08-24 Sebastian Huber <sebastian.huber@embedded-brains.de> (diff)
downloadrtems-f9c237019711e0da777e7acfef0dc6ee643c782a.tar.bz2
2011-08-24 Ricardo Aguirre <el.mastin@ymail.com>
PR 1903/testing * Makefile.am, configure.ac, psxtmtests_plan.csv: Add test for message queues which covers most open, close, unlink cases as well as send/receive which do not involve task state changes. * psxtmmq01/.cvsignore, psxtmmq01/Makefile.am, psxtmmq01/init.c, psxtmmq01/psxtmmq01.doc: New files.
Diffstat (limited to 'testsuites/psxtmtests/psxtmtests_plan.csv')
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv20
1 files changed, 10 insertions, 10 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index ddecfdac66..65d4bdf469 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -83,22 +83,22 @@
"pthread_rwlock_timedwrlock - available","psxtmrwlock01","psxtmtest_single","Yes"
"pthread_rwlock_timedwrlock - not available, blocks","psxtmrwlock05","psxtmtest_blocking","Yes"
,,,
-"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_open (first open)","psxtmmq01","psxtmtest_init_destroy","Yes"
+"mq_close (close of first)","psxtmmq01","psxtmtest_init_destroy","Yes"
+"mq_open (second open)","psxtmmq01","psxtmtest_init_destroy","Yes"
+"mq_close (close of second)","psxtmmq01","psxtmtest_init_destroy","Yes"
+"mq_unlink","psxtmmq01","psxtmtest_init_destroy","Yes"
+"mq_receive - available",,"psxtmtest_single","Yes"
"mq_receive - not available, block",,"psxtmtest_blocking",
-"mq_timedreceive - available",,"psxtmtest_single",
+"mq_timedreceive - available",,"psxtmtest_single","Yes"
"mq_timedreceive - not available, blocks",,"psxtmtest_single",
-"mq_send - no threads waiting",,"psxtmtest_single",
+"mq_send - no threads waiting",,"psxtmtest_single","Yes"
"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 - no threads waiting",,"psxtmtest_single","Yes"
"mq_timedsend - thread waiting, no preempt",,"psxtmtest_unblocking_nopreempt",
"mq_timedsend - thread waiting, preemption",,"psxtmtest_unblocking_preempt",
-"mq_notify ",,"psxtmtest_single",
+"mq_notify ",,"psxtmtest_single","Yes"
,,,
"sem_init","psxtmsem01","psxtmtest_single","Yes"
"sem_destroy","psxtmsem01","psxtmtest_single","Yes"