summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmsgq01/psxmsgq01.scn
diff options
context:
space:
mode:
authorSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-24 07:40:18 +0200
committerSebastian Huber <sebastian.huber@embedded-brains.de>2016-05-24 15:37:10 +0200
commit4b623d655bb4f4853a6ce385ae17e505dddbe7ce (patch)
tree2c10939f3fe13e31f37c842e9f73eef7a384b293 /testsuites/psxtests/psxmsgq01/psxmsgq01.scn
parentpsxtests/psxmsgq01: Enable test case (diff)
downloadrtems-4b623d655bb4f4853a6ce385ae17e505dddbe7ce.tar.bz2
score: Fix blocking _CORE_message_queue_Submit()
Close #2718.
Diffstat (limited to 'testsuites/psxtests/psxmsgq01/psxmsgq01.scn')
-rw-r--r--testsuites/psxtests/psxmsgq01/psxmsgq01.scn1
1 files changed, 1 insertions, 0 deletions
diff --git a/testsuites/psxtests/psxmsgq01/psxmsgq01.scn b/testsuites/psxtests/psxmsgq01/psxmsgq01.scn
index 70da5f322e..4705bcf3a6 100644
--- a/testsuites/psxtests/psxmsgq01/psxmsgq01.scn
+++ b/testsuites/psxtests/psxmsgq01/psxmsgq01.scn
@@ -9,6 +9,7 @@ Init: mq_open - SUCCESSFUL
Init: mq_open - system is out of resources (ENFILE)
Init: mq_close and mq_unlink (mq3...mqn) - SUCCESSFUL
Init: Open Test Queues
+_______________verify_blocking_mq_timedsend
_______________mq_unlink errors
Init: mq_unlink - mq_unlink with too long of a name (ENAMETOOLONG)
Init: mq_unlink - A Queue not opened (ENOENT)