summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/sp01/sp01.doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-11 19:26:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2011-06-11 19:26:41 +0000
commit300fe1c6e05818e988e3b995985e0b411c3d9406 (patch)
tree26c79276df67a6d3efa7746935d244583c8621ea /testsuites/sptests/sp01/sp01.doc
parent2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-300fe1c6e05818e988e3b995985e0b411c3d9406.tar.bz2
2011-06-11 Joel Sherrill <joel.sherrill@oarcorp.com>
* sp01/init.c, sp01/sp01.doc, sp01/system.h, sp01/task1.c, sp02/init.c, sp02/preempt.c, sp02/sp02.doc, sp02/system.h, sp02/task1.c, sp02/task2.c, sp02/task3.c, sp03/init.c, sp03/sp03.doc, sp03/system.h, sp03/task1.c, sp03/task2.c: Clean up. Update.
Diffstat (limited to 'testsuites/sptests/sp01/sp01.doc')
-rw-r--r--testsuites/sptests/sp01/sp01.doc44
1 files changed, 20 insertions, 24 deletions
diff --git a/testsuites/sptests/sp01/sp01.doc b/testsuites/sptests/sp01/sp01.doc
index 0944fe8235..0bba7275bd 100644
--- a/testsuites/sptests/sp01/sp01.doc
+++ b/testsuites/sptests/sp01/sp01.doc
@@ -1,7 +1,7 @@
#
# $Id$
#
-# COPYRIGHT (c) 1989-1999.
+# COPYRIGHT (c) 1989-2011.
# On-Line Applications Research Corporation (OAR).
#
# The license and distribution terms for this file may be
@@ -9,37 +9,33 @@
# http://www.rtems.com/license/LICENSE.
#
-This file describes the directives and concepts tested by this test set.
-
-test set name: test1
+test name: sp01
directives:
- ex_init, ex_start, t_create, t_start, tm_tick, i_return, t_ident,
- tm_set, tm_get, tm_wkafter
+ rtems_task_create
+ rtems_task_start
+ rtems_task_wake_after
+ rtems_clock_set
+ rtems_clock_get
+ rtems_clock_tick
+ rtems_task_self
+ rtems_object_get_classic_name
concepts:
- a. Verifies system can create and start both the executive's system
- initialization and idle task.
-
- b. Verifies executive can swap between three application tasks at the
- same priority and the executive's internal idle task.
-
- c. Verifies can print strings to the CRT on port 2 of the mvme136 board
- using Print and Println in the board support package.
++ Verifies executive initialization performed correctly.
- d. Verifies interrupt handler can handle a task switch from an interrupt
- as specified with the i_return directive.
++ Verifies system can create and start both the executive's system
+ initialization and idle task.
- e. Verifies executive initialization performed correctly.
++ Verifies executive can swap between three application tasks at the
+ same priority and the executive's internal idle task.
- f. Verifies the executive trap handler except for the halt function.
++ Verifies can print strings using stdio and BSP console support.
- g. Verifies that a task can get the task identification number of itself.
++ Verifies interrupt support can handle a task switch from an interrupt.
- h. Verifies implementation of SuperCore TOD_MILLISECONDS_TO_TICKS. Normal
- computation in applications is via a macro at the Classic API level.
++ Verifies that a task can get the task identification number of itself.
-output:
- "TA1" is printed once every 5 seconds. "TA2" is printed once
- every 10 seconds. "TA3" is printed once every 15 seconds.
++ Verifies implementation of SuperCore TOD_MILLISECONDS_TO_TICKS. Normal
+ computation in applications is via a macro at the Classic API level.