summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtmtests/psxtmmq01/psxtmmq01.doc
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/psxtmmq01/psxtmmq01.doc
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 '')
-rw-r--r--testsuites/psxtmtests/psxtmmq01/psxtmmq01.doc23
1 files changed, 23 insertions, 0 deletions
diff --git a/testsuites/psxtmtests/psxtmmq01/psxtmmq01.doc b/testsuites/psxtmtests/psxtmmq01/psxtmmq01.doc
new file mode 100644
index 0000000000..4a34fcf298
--- /dev/null
+++ b/testsuites/psxtmtests/psxtmmq01/psxtmmq01.doc
@@ -0,0 +1,23 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2011.
+# On-Line Applications Research Corporation (OAR).
+#
+# The license and distribution terms for this file may be
+# found in the file LICENSE in this distribution or at
+# http://www.rtems.com/license/LICENSE.
+#
+
+This test benchmarks the following operations:
+
++ mq_close (close of first)
++ mq_close (close of second)
++ mq_notify
++ mq_open (first open)
++ mq_open (second open)
++ mq_receive - available
++ mq_send - no threads waiting
++ mq_timedreceive - available
++ mq_timedsend - no threads waiting
++ mq_unlink