summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp57
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-08 18:50:19 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2009-07-08 18:50:19 +0000
commit7b0f182a253311356f53ee969d1bb14b3fdfb285 (patch)
treedf96802beb273dfe139cb47b766c50c8a47099eb /testsuites/sptests/sp57
parent2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com> (diff)
downloadrtems-7b0f182a253311356f53ee969d1bb14b3fdfb285.tar.bz2
2009-07-08 Joel Sherrill <joel.sherrill@OARcorp.com>
* sp57/sp57.doc: Correct.
Diffstat (limited to 'testsuites/sptests/sp57')
-rw-r--r--testsuites/sptests/sp57/sp57.doc9
1 files changed, 5 insertions, 4 deletions
diff --git a/testsuites/sptests/sp57/sp57.doc b/testsuites/sptests/sp57/sp57.doc
index 40c3994d93..d957151771 100644
--- a/testsuites/sptests/sp57/sp57.doc
+++ b/testsuites/sptests/sp57/sp57.doc
@@ -15,11 +15,12 @@ test set name: sp57
directives:
- rtems_extension_create
rtems_task_create
- rtems_extension_delete
+ rtems_task_start
+ rtems_task_restart
+ rtems_task_wake_after
concepts:
-+ Ensure that when an extension create hook returns false (e.g. fails), that
- the thread creation returns the proper error.
++ Ensure that when a task is restarted while it is sleeping that the
+ behavior is as expected.