2011-07-28 Petr Benes <benesp16@fel.cvut.cz>

PR 1858/testing
	* sp74/sp74.doc: Fix after changes.
This commit is contained in:
Joel Sherrill
2011-07-28 20:58:18 +00:00
parent 1a1a151c48
commit 57fb39a8f2
2 changed files with 8 additions and 5 deletions
+5
View File
@@ -1,3 +1,8 @@
2011-07-28 Petr Benes <benesp16@fel.cvut.cz>
PR 1858/testing
* sp74/sp74.doc: Fix after changes.
2011-07-27 Petr Benes <benesp16@fel.cvut.cz>
PR 1854/cpukit
+3 -5
View File
@@ -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.