summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask03/itrontask03.doc
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/itrontests/itrontask03/itrontask03.doc')
-rw-r--r--testsuites/itrontests/itrontask03/itrontask03.doc40
1 files changed, 40 insertions, 0 deletions
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.