summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests
diff options
context:
space:
mode:
authorShashvat Jain <shashvatjain2002@gmail.com>2019-03-02 12:09:39 -0500
committerJoel Sherrill <joel@rtems.org>2019-03-11 18:56:56 -0500
commit0a154d5c9ce7d047de54bd151550349c6d32fd59 (patch)
tree2bda01ef153d506b58c07c260cff6b6606f53530 /testsuites/psxtmtests
parentbsp/atsam: Fix use after free (diff)
downloadrtems-0a154d5c9ce7d047de54bd151550349c6d32fd59.tar.bz2
Correct psxtmtests_plan.csv
Diffstat (limited to 'testsuites/psxtmtests')
-rw-r--r--testsuites/psxtmtests/psxtmtests_plan.csv6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtmtests/psxtmtests_plan.csv b/testsuites/psxtmtests/psxtmtests_plan.csv
index 5728f3d368..4adb25c62f 100644
--- a/testsuites/psxtmtests/psxtmtests_plan.csv
+++ b/testsuites/psxtmtests/psxtmtests_plan.csv
@@ -130,11 +130,11 @@
"mq_open: second open","psxtmmq01","psxtmtest_init_destroy","Yes"
"mq_close: close of second","psxtmmq01","psxtmtest_init_destroy","Yes"
"mq_unlink: only case","psxtmmq01","psxtmtest_init_destroy","Yes"
-"mq_receive: available",,"psxtmtest_single","Yes"
-"mq_receive: not available: block",,"psxtmtest_blocking","Yes"
+"mq_receive: available","psxtmmq01","psxtmtest_single","Yes"
+"mq_receive: not available: block","psxtmmqrcvblock01","psxtmtest_blocking","Yes"
"mq_timedreceive: not available: blocks","psxtmmqrcvblock02","psxtmtest_blocking","Yes"
"mq_timedreceive: not available: blocks",,"psxtmtest_single","No"
-"mq_send: no threads waiting",,"psxtmtest_single","Yes"
+"mq_send: no threads waiting","psxtmmq01","psxtmtest_single","Yes"
"mq_send: thread waiting: no preempt",,"psxtmtest_unblocking_nopreempt","No"
"mq_send: thread waiting: preempt",,"psxtmtest_unblocking_preempt","No"
"mq_timedsend: no threads waiting",,"psxtmtest_single","Yes"