Files
rtems/testsuites/sptests/sp02/sp02.doc
Toma Radu 7183e01dfc Test suite documentations corrections and fixes.
Correct the sp02.doc, sp05.doc, sp06.doc, sp07.doc, sp08.doc files.
2013-12-28 17:37:31 -06:00

36 lines
914 B
Plaintext

# COPYRIGHT (c) 1989-2013.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
# found in the file LICENSE in this distribution or at
# http://www.rtems.com/license/LICENSE.
#
test set name: sp02
directives:
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:
+ Verifies that a task can delete another task and also delete itself.
+ Verifies that memory is freed back to the heap correctly.
+ Verifies that TCBs are freed back to the inactive chain correctly.
+ Verifies that a task can get the task ID of another task.
+ Verifies the blocking routine where the task is not READY.
+ Verifies behavior when the IDLE task's stack is configured for
more than the minimum stack size.