summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spintrcritical10/spintrcritical10.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 23:06:46 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-21 23:06:46 +0000
commit7fbe4fa1bfa42b61e5fe31be1fbdc2a728206d3a (patch)
treee53a85d90eeadee6999be404f4a438d2637139d6 /testsuites/sptests/spintrcritical10/spintrcritical10.doc
parent2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-7fbe4fa1bfa42b61e5fe31be1fbdc2a728206d3a.tar.bz2
2009-07-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* spintrcritical10/.cvsignore, spintrcritical10/Makefile.am, spintrcritical10/init.c, spintrcritical10/spintrcritical10.doc, spintrcritical10/spintrcritical10.scn: New files.
Diffstat (limited to 'testsuites/sptests/spintrcritical10/spintrcritical10.doc')
-rw-r--r--testsuites/sptests/spintrcritical10/spintrcritical10.doc24
1 files changed, 24 insertions, 0 deletions
diff --git a/testsuites/sptests/spintrcritical10/spintrcritical10.doc b/testsuites/sptests/spintrcritical10/spintrcritical10.doc
new file mode 100644
index 0000000000..ca26b7941e
--- /dev/null
+++ b/testsuites/sptests/spintrcritical10/spintrcritical10.doc
@@ -0,0 +1,24 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 1989-2009.
+# 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 file describes the directives and concepts tested by this test set.
+
+test set name: spintrcritical10
+
+directives:
+
+ rtems_event_receive
+ rtems_event_send
+
+concepts:
+
++ Ensure that timing out while while the task is in the process
+ of blocking on a thread queue works as expected.