mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-25 14:09:25 +08:00
2011-07-28 Petr Benes <benesp16@fel.cvut.cz>
PR 1858/testing * sp74/sp74.doc: Fix after changes.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user