summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmsgq04/psxmsgq04.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 16:33:36 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 16:33:36 +0000
commit236839e208c89cb6686e9e18517606651bbfdec3 (patch)
treee92cdb730489d1d7af1be704fd236d8abd36305c /testsuites/psxtests/psxmsgq04/psxmsgq04.doc
parent2009-08-05 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-236839e208c89cb6686e9e18517606651bbfdec3.tar.bz2
2009-08-05 Joel Sherrill <joel.sherrill@oarcorp.com>
* psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: Update to handle ENFILE case now that POSIX message queues and message queue file descriptors are configured separately and this error is possible.
Diffstat (limited to 'testsuites/psxtests/psxmsgq04/psxmsgq04.doc')
-rw-r--r--testsuites/psxtests/psxmsgq04/psxmsgq04.doc5
1 files changed, 4 insertions, 1 deletions
diff --git a/testsuites/psxtests/psxmsgq04/psxmsgq04.doc b/testsuites/psxtests/psxmsgq04/psxmsgq04.doc
index c913a5b3d2..41fffac8aa 100644
--- a/testsuites/psxtests/psxmsgq04/psxmsgq04.doc
+++ b/testsuites/psxtests/psxmsgq04/psxmsgq04.doc
@@ -21,5 +21,8 @@ directives:
concepts:
-+ Ensure that the situation where we do not have enough Workspace memory
++ Ensure the case where there are more file descriptors than message queues
+ configured is properly handled.
+
++ Ensure that the case where we do not have enough Workspace memory
left to allocate the message buffers is properly handled.