summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp02/sp02.doc
blob: 2b624f8e2338dc52ffac41e16dfde227c43a20b6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#
#  $Id$
#
#  COPYRIGHT (c) 1989-1999.
#  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.OARcorp.com/rtems/license.html.
#


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.