summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp74
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-28 20:58:18 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-07-28 20:58:18 +0000
commit57fb39a8f2791c4e8aed04c27cd0d5dcedde308f (patch)
tree849bf6d9ef69b87d13bf8b9d054e49399af45e53 /testsuites/sptests/sp74
parent2011-27-28 Till Straumann <strauman@slac.stanford.edu> (diff)
downloadrtems-57fb39a8f2791c4e8aed04c27cd0d5dcedde308f.tar.bz2
2011-07-28 Petr Benes <benesp16@fel.cvut.cz>
PR 1858/testing * sp74/sp74.doc: Fix after changes.
Diffstat (limited to 'testsuites/sptests/sp74')
-rw-r--r--testsuites/sptests/sp74/sp74.doc8
1 files changed, 3 insertions, 5 deletions
diff --git a/testsuites/sptests/sp74/sp74.doc b/testsuites/sptests/sp74/sp74.doc
index 699dd97fa7..abad033f7b 100644
--- a/testsuites/sptests/sp74/sp74.doc
+++ b/testsuites/sptests/sp74/sp74.doc
@@ -11,7 +11,7 @@
This file describes the directives and concepts tested by this test set.
-test set name: spsimplesched04
+test set name: sp74
directives:
+ rtems_task_wake_after - yield case when non-preemptive
@@ -19,8 +19,6 @@ directives:
concepts:
+ This test is specifically designed to exercise the yield case when
- a task is non-preemptive, a higher priority task is ready, and there
- are multiple threads ready at the same priority as the non-preemptive
- task.
+ a task is non-preemptive and a higher priority task is ready
-+ test where there is more than one thread at a priority with the executing thread being non-preemptive. Create a higher priority thread and then yield. sparc init task at priority 2, non-preemptive create task at priority 2 create task at priority 1 yield
++ test where there is one thread at a priority with the executing thread being non-preemptive. Create a higher priority thread and then yield from Init task.