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
Line 
1Script File               : cpus1_resume_on_primary.scen
2verbose                   : 1
3==> 1: #
4==> 2: #  Check suspending self, then resuming on primary CPU
5==> 3: #
6==> 4: rtems_init 1
7  CPU 0: Thread Heir: 0x09010001 priority=255
8  CPU 0: Thread Executing: 0x09010001 priority=255
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
13  CPU 0: Thread Heir: 0x0a010001 priority=5
14  CPU 0: Thread Executing: 0x0a010001 priority=5
15==> 6: # GOAL: 0x0a010001 is heir and executing on CPU 0
16==> 7: cpus
17=== CPU Status
18          EXECUTING      /   HEIR             / SWITCH NEEDED
19  CPU 0: 0x0a010001 @  5 / 0x0a010001 @  5          false
20=== End of Ready Set of Threads
21==> 8: # suspend running task
22==> 9: task_suspend smp1
23Suspending task (0x0a010001)
24  CPU 0: Thread Heir: 0x09010001 priority=255
25  CPU 0: Thread Executing: 0x09010001 priority=255
26==> 10: # GOAL: 0x09010001 is heir and executing on CPU 0
27==> 11: cpus
28=== CPU Status
29          EXECUTING      /   HEIR             / SWITCH NEEDED
30  CPU 0: 0x09010001 @255 / 0x09010001 @255          false
31=== End of Ready Set of Threads
32==> 12: # GOAL: 0x09010001 is heir and executing on CPU 0
33==> 13: cpus
34=== CPU Status
35          EXECUTING      /   HEIR             / SWITCH NEEDED
36  CPU 0: 0x09010001 @255 / 0x09010001 @255          false
37=== End of Ready Set of Threads
38==> 14: # resume suspended task
39==> 15: task_resume smp1
40Resuming task (0x0a010001)
41  CPU 0: Thread Heir: 0x0a010001 priority=5
42  CPU 0: Thread Executing: 0x0a010001 priority=5
43==> 16: # GOAL: 0x0a010001 is heir and executing on CPU 0
44==> 17: cpus
45=== CPU Status
46          EXECUTING      /   HEIR             / SWITCH NEEDED
47  CPU 0: 0x0a010001 @  5 / 0x0a010001 @  5          false
48=== End of Ready Set of Threads
49==> 18: # GOAL: 0x0a010001 is heir and executing on CPU 0
50==> 19: cpus
51=== CPU Status
52          EXECUTING      /   HEIR             / SWITCH NEEDED
53  CPU 0: 0x0a010001 @  5 / 0x0a010001 @  5          false
54=== End of Ready Set of Threads
Note: See TracBrowser for help on using the repository browser.