summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp02/sp02.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-11 19:26:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-11 19:26:41 +0000
commit300fe1c6e05818e988e3b995985e0b411c3d9406 (patch)
tree26c79276df67a6d3efa7746935d244583c8621ea /testsuites/sptests/sp02/sp02.doc
parent2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-300fe1c6e05818e988e3b995985e0b411c3d9406.tar.bz2
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c, sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc, sp03/system.h, sp03/task1.c, sp03/task2.c: Clean up. Update.
Diffstat (limited to 'testsuites/sptests/sp02/sp02.doc')
-rw-r--r--testsuites/sptests/sp02/sp02.doc37
1 files changed, 18 insertions, 19 deletions
diff --git a/testsuites/sptests/sp02/sp02.doc b/testsuites/sptests/sp02/sp02.doc
index 496f0e3e79..f5334bb944 100644
--- a/testsuites/sptests/sp02/sp02.doc
+++ b/testsuites/sptests/sp02/sp02.doc
@@ -1,7 +1,7 @@
#
# $Id$
#
-# COPYRIGHT (c) 1989-2009.
+# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
@@ -9,31 +9,30 @@
# http://www.rtems.com/license/LICENSE.
#
-
-This file describes the directives and concepts tested by this test set.
-
-test set name: test2
+test set name: sp02
directives:
- ex_init, ex_start, t_create, t_start, tm_tick, i_return, t_ident,
- t_delete, tm_wkafter, t_setpri, t_suspend
+ rtems_task_create
+ rtems_task_start
+ rtems_task_wake_after
+ rtems_clock_set
+ rtems_clock_get
+ rtems_clock_tick
+ rtems_task_set_priority
+ rtems_object_get_classic_name
+ rtems_task_suspend
concepts:
- a. Verifies that a task can delete another task and also delete itself.
-
- b. Verifies that memory is freed back to the heap correctly.
-
- c. Verifies that TCBs are freed back to the inactive chain correctly.
++ Verifies that a task can delete another task and also delete itself.
- d. Verifies that a task can get the task identification number of
- another task.
++ Verifies that memory is freed back to the heap correctly.
- e. Verifies the _Set_state routine where the task is not READY.
++ Verifies that TCBs are freed back to the inactive chain correctly.
- f. Verifies the break statement in the _Block_activate routine.
++ Verifies that a task can get the task ID of another task.
- g. Verifies the while loop in the _Prev_tcb routine.
++ Verifies the blocking routine where the task is not READY.
- h. Verify behavior when the IDLE task's stack is configured for
- less than the minimum stack size.
++ Verifies behavior when the IDLE task's stack is configured for
+ more than the minimum stack size.