summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp73/sp73.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-11 16:39:27 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-03-11 16:39:27 +0000
commit89ed8a9055f7415bbbe989b1ee71ea86c3d511d6 (patch)
tree6760050a10855c86889d056792562d93136bd603 /testsuites/sptests/sp73/sp73.doc
parentRemove (Obsolete). (diff)
downloadrtems-89ed8a9055f7415bbbe989b1ee71ea86c3d511d6.tar.bz2
2011-03-11 Joel Sherrill <joel.sherrilL@OARcorp.com>
* Makefile.am, configure.ac: Add sp73. This is a new test designed to improve coverage of the thread yield logic. * sp73/.cvsignore, sp73/Makefile.am, sp73/init.c, sp73/sp73.doc, sp73/sp73.scn: New files.
Diffstat (limited to '')
-rw-r--r--testsuites/sptests/sp73/sp73.doc22
1 files changed, 22 insertions, 0 deletions
diff --git a/testsuites/sptests/sp73/sp73.doc b/testsuites/sptests/sp73/sp73.doc
new file mode 100644
index 0000000000..bc389f99de
--- /dev/null
+++ b/testsuites/sptests/sp73/sp73.doc
@@ -0,0 +1,22 @@
+#
+# $Id$
+#
+# COPYRIGHT (c) 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 file describes the directives and concepts tested by this test set.
+
+test set name: sp73
+
+directives:
+ + rtems_task_wake_after - yield case
+
+concepts:
+
++ The purpose of this test is to exercise paths in the yield scheduling
+ logic.