From e0991809991a2c5547d45881978212d5efc0e1de Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 9 Nov 1999 23:27:05 +0000 Subject: Merged tests from Task group. --- testsuites/itrontests/itrontask03/itrontask03.doc | 40 +++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 testsuites/itrontests/itrontask03/itrontask03.doc (limited to 'testsuites/itrontests/itrontask03/itrontask03.doc') diff --git a/testsuites/itrontests/itrontask03/itrontask03.doc b/testsuites/itrontests/itrontask03/itrontask03.doc new file mode 100644 index 0000000000..12d12f0940 --- /dev/null +++ b/testsuites/itrontests/itrontask03/itrontask03.doc @@ -0,0 +1,40 @@ +# +# $Id$ +# +# COPYRIGHT (c) 1989-1998. +# On-Line Applications Research Corporation (OAR). +# Copyright assigned to U.S. Government, 1994. +# +# The license and distribution terms for this file may be +# found in the file LICENSE in this distribution or at +# http://www.OARcorp.com/rtems/license.html. +# + + + +This file describes the directives and concepts tested by this test set. + +test set name: test2 + +directives: + ext_tsk, cre_tsk, sta_tsk, rot_rdq + + 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. -- cgit v1.2.3