source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus4_suspend_on_all.expected @ 42888e1

Last change on this file since 42888e1 was 42888e1, checked in by Jennifer Averett <jennifer.averett@…>, on 06/03/14 at 12:25:24

schedsim_smpsimple: Add task verification per core to scenario.

  • Property mode set to 100644
File size: 3.1 KB
RevLine 
[b68f8cd]1Script File               : cpus4_suspend_on_all.scen
[f40778b]2verbose                   : 1
3==> 1: #
4==> 2: #  Check blocking self on secondary CPU
5==> 3: #
6==> 4: rtems_init 4
[968d2b2]7  CPU 0: Thread Heir: 0x09010001 priority=255
8  CPU 0: Thread Executing: 0x09010001 priority=255
9  CPU 1: Thread Heir: 0x09010002 priority=255
10  CPU 1: Thread Executing: 0x09010002 priority=255
11  CPU 2: Thread Heir: 0x09010003 priority=255
12  CPU 2: Thread Executing: 0x09010003 priority=255
13  CPU 3: Thread Heir: 0x09010004 priority=255
14  CPU 3: Thread Executing: 0x09010004 priority=255
[f40778b]15==> 5: task_create smp1 5
16Creating task with:  Preemption: yes Timeslicing: no
17Task (smp1) created: id=0x0a010001, priority=5
18Task (smp1) starting: id=0x0a010001, priority=5
[968d2b2]19  CPU 3: Thread Heir: 0x0a010001 priority=5
20  CPU 3: Thread Executing: 0x0a010001 priority=5
[f40778b]21==> 6: task_create smp2 6
22Creating task with:  Preemption: yes Timeslicing: no
23Task (smp2) created: id=0x0a010002, priority=6
24Task (smp2) starting: id=0x0a010002, priority=6
[968d2b2]25  CPU 2: Thread Heir: 0x0a010002 priority=6
26  CPU 2: Thread Executing: 0x0a010002 priority=6
[f40778b]27==> 7: task_create smp3 7
28Creating task with:  Preemption: yes Timeslicing: no
29Task (smp3) created: id=0x0a010003, priority=7
30Task (smp3) starting: id=0x0a010003, priority=7
[968d2b2]31  CPU 1: Thread Heir: 0x0a010003 priority=7
32  CPU 1: Thread Executing: 0x0a010003 priority=7
[f40778b]33==> 8: task_create smp4 8
34Creating task with:  Preemption: yes Timeslicing: no
35Task (smp4) created: id=0x0a010004, priority=8
36Task (smp4) starting: id=0x0a010004, priority=8
[968d2b2]37  CPU 0: Thread Heir: 0x0a010004 priority=8
38  CPU 0: Thread Executing: 0x0a010004 priority=8
[3ad6235]39==> 9: # GOAL: want 0x0a010001 - 0x0a010004 as heir and executings
40==> 10: # GOAL:   on CPUs 0 - 3 respectively
[42888e1]41==> 11: cpus smp4 smp3 smp2 smp1
[f40778b]42=== CPU Status
[3ad6235]43          EXECUTING      /   HEIR             / SWITCH NEEDED
44  CPU 0: 0x0a010004 @  8 / 0x0a010004 @  8          false
45  CPU 1: 0x0a010003 @  7 / 0x0a010003 @  7          false
46  CPU 2: 0x0a010002 @  6 / 0x0a010002 @  6          false
47  CPU 3: 0x0a010001 @  5 / 0x0a010001 @  5          false
[f40778b]48=== End of Ready Set of Threads
[3ad6235]49==> 12: task_suspend smp1
[f40778b]50Suspending task (0x0a010001)
[968d2b2]51  CPU 3: Thread Heir: 0x09010001 priority=255
52  CPU 3: Thread Executing: 0x09010001 priority=255
[3ad6235]53==> 13: task_suspend smp2
[f40778b]54Suspending task (0x0a010002)
[968d2b2]55  CPU 2: Thread Heir: 0x09010002 priority=255
56  CPU 2: Thread Executing: 0x09010002 priority=255
[3ad6235]57==> 14: task_suspend smp3
[f40778b]58Suspending task (0x0a010003)
[968d2b2]59  CPU 1: Thread Heir: 0x09010003 priority=255
60  CPU 1: Thread Executing: 0x09010003 priority=255
[3ad6235]61==> 15: task_suspend smp4
[f40778b]62Suspending task (0x0a010004)
[968d2b2]63  CPU 0: Thread Heir: 0x09010004 priority=255
64  CPU 0: Thread Executing: 0x09010004 priority=255
[3ad6235]65==> 16: # GOAL: want IDLE 0x09010001 - 0x09010004 as heir and executings
66==> 17: # GOAL:   on CPUs 0 - 3 respectively
[42888e1]67==> 18: cpus IDLE IDLE IDLE IDLE
[f40778b]68=== CPU Status
[3ad6235]69          EXECUTING      /   HEIR             / SWITCH NEEDED
70  CPU 0: 0x09010004 @255 / 0x09010004 @255          false
71  CPU 1: 0x09010003 @255 / 0x09010003 @255          false
72  CPU 2: 0x09010002 @255 / 0x09010002 @255          false
73  CPU 3: 0x09010001 @255 / 0x09010001 @255          false
[f40778b]74=== End of Ready Set of Threads
Note: See TracBrowser for help on using the repository browser.