summaryrefslogtreecommitdiffstats
path: root/testsuites/sptests/spedfsched01
diff options
context:
space:
mode:
authorMandar Juvekar <mjuvekar0@gmail.com>2013-12-25 17:36:19 +0530
committerJoel Sherrill <joel.sherrill@oarcorp.com>2013-12-25 16:10:26 -0600
commitd2d4a8f99db9d34de92459b7fe677cb2512b3f7c (patch)
tree7feb0be6e82365c8c450b9a5d10aa566dfd17253 /testsuites/sptests/spedfsched01
parentlm32_milkymist: improve doxygen (diff)
downloadrtems-d2d4a8f99db9d34de92459b7fe677cb2512b3f7c.tar.bz2
utf8proc1/spedgsched01: minor fixes in test document files
Diffstat (limited to 'testsuites/sptests/spedfsched01')
-rw-r--r--testsuites/sptests/spedfsched01/spedfsched01.doc16
1 files changed, 9 insertions, 7 deletions
diff --git a/testsuites/sptests/spedfsched01/spedfsched01.doc b/testsuites/sptests/spedfsched01/spedfsched01.doc
index d73b926ea9..6913870723 100644
--- a/testsuites/sptests/spedfsched01/spedfsched01.doc
+++ b/testsuites/sptests/spedfsched01/spedfsched01.doc
@@ -1,18 +1,21 @@
-# COPYRIGHT (c) 1989-1999.
+# COPYRIGHT (c) 1989-2013.
# 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.
-#
+# http://www.rtems.org/license/LICENSE.
This file describes the directives and concepts tested by this test set.
test set name: spedfsched01
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_delete
+ + rtems_task_indent
+ + rtems_task_get_tod
+ + rtems_task_wake_after
concepts:
@@ -27,8 +30,7 @@ This test is identical to sp01 but for EDF-based scheduling:
c. Verifies can print strings to the CRT on port 2 of the mvme136 board
using Print and Println in the board support package.
- d. Verifies interrupt handler can handle a task switch from an interrupt
- as specified with the i_return directive.
+ d. Verifies interrupt handler can handle a task switch from an interrupt.
e. Verifies executive initialization performed correctly.