summaryrefslogtreecommitdiffstats
path: root/testsuites/itrontests/itrontask03/itrontask03.scn
diff options
context:
space:
mode:
authorJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-15 21:25:53 +0000
committerJennifer Averett <Jennifer.Averett@OARcorp.com>1999-11-15 21:25:53 +0000
commit06380cfeac48b3963f9abd5fe256cd73d845bcd3 (patch)
tree38360ad8e625bc3e4f67ce716b33be081ccdc6de /testsuites/itrontests/itrontask03/itrontask03.scn
parent+ Changed preempt routine into two dummy tasks one that is in dormant (diff)
downloadrtems-06380cfeac48b3963f9abd5fe256cd73d845bcd3.tar.bz2
+ Added check that a task could be sent to a dormant state
then sta_tsk used to restart the task to its initial state. + Added calls to ref_tsk to yellow paths for suspended and ready but not running tasks. + Fixed output file to correctly state test name + Added priority of preempt to the header file. Allows ref_tsk verification.
Diffstat (limited to 'testsuites/itrontests/itrontask03/itrontask03.scn')
-rw-r--r--testsuites/itrontests/itrontask03/itrontask03.scn12
1 files changed, 10 insertions, 2 deletions
diff --git a/testsuites/itrontests/itrontask03/itrontask03.scn b/testsuites/itrontests/itrontask03/itrontask03.scn
index 21ced29ac1..f933bf7161 100644
--- a/testsuites/itrontests/itrontask03/itrontask03.scn
+++ b/testsuites/itrontests/itrontask03/itrontask03.scn
@@ -1,6 +1,14 @@
*** ITRON TASK TEST 3 ***
+INIT - Create and Start PREEMPT
+PREEMPT - ref_tsk validation
+PREEMPT - chg_pri increment priority
+PREEMPT - ext_tsk - going to DORMANT state
+INIT - rot_rdq - no tasks at this priority
+INIT - ref_tsk PREEMPT - Validate DORMANT STATE
+PREEMPT - ref_tsk validation
+PREEMPT - exd_tsk - Exit and Delete task
INIT - rot_rdq - yielding processor
-PREEMPT - exd_tsk
+INIT - ref_tsk PREEMPT - Validate no longer exists
INIT - suspending TA2 while middle task on a ready chain
TA1 - rtems_task_wake_after - sleep 1 second
TA2 - rtems_task_wake_after - sleep 1 minute
@@ -10,4 +18,4 @@ TA1 - sus_tsk - suspend TA2
TA1 - - delete TA2
TA1 - rtems_task_wake_after - sleep for 5 seconds
TA3 - exd_tsk - exit and delete self
-*** END OF ITRON TASK TEST 3 ***
+*** ITRON TASK TEST 3 ***