summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxmsgq04/psxmsgq04.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 15:21:43 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-08-05 15:21:43 +0000
commit6605d4dc991d44983f66d23a9bf95cffd55ff473 (patch)
tree0c35ad6946269e3bd2674207e3f54c3ac822c1bb /testsuites/psxtests/psxmsgq04/psxmsgq04.doc
parent009-08-05 Chris Johns <chrisj@rtems.org> (diff)
downloadrtems-6605d4dc991d44983f66d23a9bf95cffd55ff473.tar.bz2
2009-08-05 Santosh G Vattam <vattam.santosh@gmail.com>
* Makefile.am, psxmsgq04/init.c, psxmsgq04/psxmsgq04.doc, psxmsgq04/psxmsgq04.scn: Exercise running out of memory while allocating the message buffers for a POSIX message queue.
Diffstat (limited to 'testsuites/psxtests/psxmsgq04/psxmsgq04.doc')
-rw-r--r--testsuites/psxtests/psxmsgq04/psxmsgq04.doc9
1 files changed, 4 insertions, 5 deletions
diff --git a/testsuites/psxtests/psxmsgq04/psxmsgq04.doc b/testsuites/psxtests/psxmsgq04/psxmsgq04.doc
index 9fed044849..c913a5b3d2 100644
--- a/testsuites/psxtests/psxmsgq04/psxmsgq04.doc
+++ b/testsuites/psxtests/psxmsgq04/psxmsgq04.doc
@@ -16,11 +16,10 @@ test set name: psxmsgq04
directives:
mq_open
- mq_send
+ mq_unlink
+ mq_close
concepts:
-+ Ensure that an error is returned when performing a blocking mq_send
- from an Interrupt Service Routine. This condition is beyond the
- POSIX Standard because they do not discuss interrupt processing and
- what operations are allowed.
++ Ensure that the situation where we do not have enough Workspace memory
+ left to allocate the message buffers is properly handled.