source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_resume_on_primary.expected @ b68f8cd

Last change on this file since b68f8cd was b68f8cd, checked in by Jennifer Averett <jennifer.averett@…>, on 05/27/14 at 14:40:40

schedsim_smpsimple: Change scenarios to expect verbose output.

  • Property mode set to 100644
File size: 2.0 KB
RevLine 
[b68f8cd]1Script File               : cpus1_resume_on_primary.scen
[f40778b]2verbose                   : 1
3==> 1: #
4==> 2: #  Check suspending self, then resuming on primary CPU
5==> 3: #
6==> 4: rtems_init 1
[968d2b2]7  CPU 0: Thread Heir: 0x09010001 priority=255
8  CPU 0: Thread Executing: 0x09010001 priority=255
[f40778b]9==> 5: task_create smp1 5
10Creating task with:  Preemption: yes Timeslicing: no
11Task (smp1) created: id=0x0a010001, priority=5
12Task (smp1) starting: id=0x0a010001, priority=5
[968d2b2]13  CPU 0: Thread Heir: 0x0a010001 priority=5
14  CPU 0: Thread Executing: 0x0a010001 priority=5
[3ad6235]15==> 6: # GOAL: 0x0a010001 is heir and executing on CPU 0
16==> 7: cpus
[f40778b]17=== CPU Status
[3ad6235]18          EXECUTING      /   HEIR             / SWITCH NEEDED
19  CPU 0: 0x0a010001 @  5 / 0x0a010001 @  5          false
[f40778b]20=== End of Ready Set of Threads
[3ad6235]21==> 8: # suspend running task
22==> 9: task_suspend smp1
[f40778b]23Suspending task (0x0a010001)
[968d2b2]24  CPU 0: Thread Heir: 0x09010001 priority=255
25  CPU 0: Thread Executing: 0x09010001 priority=255
[3ad6235]26==> 10: # GOAL: 0x09010001 is heir and executing on CPU 0
27==> 11: cpus
[f40778b]28=== CPU Status
[3ad6235]29          EXECUTING      /   HEIR             / SWITCH NEEDED
30  CPU 0: 0x09010001 @255 / 0x09010001 @255          false
[f40778b]31=== End of Ready Set of Threads
[3ad6235]32==> 12: # GOAL: 0x09010001 is heir and executing on CPU 0
33==> 13: cpus
[f40778b]34=== CPU Status
[3ad6235]35          EXECUTING      /   HEIR             / SWITCH NEEDED
36  CPU 0: 0x09010001 @255 / 0x09010001 @255          false
[f40778b]37=== End of Ready Set of Threads
[3ad6235]38==> 14: # resume suspended task
39==> 15: task_resume smp1
[f40778b]40Resuming task (0x0a010001)
[968d2b2]41  CPU 0: Thread Heir: 0x0a010001 priority=5
42  CPU 0: Thread Executing: 0x0a010001 priority=5
[3ad6235]43==> 16: # GOAL: 0x0a010001 is heir and executing on CPU 0
44==> 17: cpus
[f40778b]45=== CPU Status
[3ad6235]46          EXECUTING      /   HEIR             / SWITCH NEEDED
47  CPU 0: 0x0a010001 @  5 / 0x0a010001 @  5          false
[f40778b]48=== End of Ready Set of Threads
[3ad6235]49==> 18: # GOAL: 0x0a010001 is heir and executing on CPU 0
50==> 19: cpus
[f40778b]51=== CPU Status
[3ad6235]52          EXECUTING      /   HEIR             / SWITCH NEEDED
53  CPU 0: 0x0a010001 @  5 / 0x0a010001 @  5          false
[f40778b]54=== End of Ready Set of Threads
Note: See TracBrowser for help on using the repository browser.