forked from Imagelibrary/rtems
Script does what is expected and tries to do it as smartly as possible. + remove occurrences of two blank comment lines next to each other after Id string line removed. + remove entire comment blocks which only exited to contain CVS Ids + If the processing left a blank line at the top of a file, it was removed.
36 lines
911 B
Plaintext
36 lines
911 B
Plaintext
# COPYRIGHT (c) 1989-2011.
|
|
# 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.
|