forked from Imagelibrary/rtems
40 lines
1.1 KiB
Plaintext
40 lines
1.1 KiB
Plaintext
#
|
|
# $Id$
|
|
#
|
|
# COPYRIGHT (c) 1989-2009.
|
|
# 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.
|
|
#
|
|
|
|
|
|
This file describes the directives and concepts tested by this test set.
|
|
|
|
test set name: test2
|
|
|
|
directives:
|
|
ex_init, ex_start, t_create, t_start, tm_tick, i_return, t_ident,
|
|
t_delete, tm_wkafter, t_setpri, t_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.
|
|
|
|
d. Verifies that a task can get the task identification number of
|
|
another task.
|
|
|
|
e. Verifies the _Set_state routine where the task is not READY.
|
|
|
|
f. Verifies the break statement in the _Block_activate routine.
|
|
|
|
g. Verifies the while loop in the _Prev_tcb routine.
|
|
|
|
h. Verify behavior when the IDLE task's stack is configured for
|
|
less than the minimum stack size.
|