source: rtems-schedsim/schedsim/shell/schedsim_smpsimple/scenarios/cpus1_suspend_on_primary.expected @ 246b81f

Last change on this file since 246b81f was 3ad6235, checked in by Jennifer Averett <jennifer.averett@…>, on 05/13/14 at 14:30:12

schedsim_smpsimple: Clean up scenarios to match changes.

Dispatch commands were removed since a dispatch of all cpu's was
added to the dispatch wrapper. Scenarios wich only use preemptable
tasks were modified to account for changes in scheduling and
changes in expected output format.

  • Property mode set to 100644
File size: 1.3 KB
Line 
1Script File               : scenarios/cpus1_suspend_on_primary.scen
2verbose                   : 1
3==> 1: #
4==> 2: #  Check blocking self 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: cpus
16=== CPU Status
17          EXECUTING      /   HEIR             / SWITCH NEEDED
18  CPU 0: 0x0a010001 @  5 / 0x0a010001 @  5          false
19=== End of Ready Set of Threads
20==> 7: # GOAL: 0x0a010001 is heir and executing on CPU 0
21==> 8: task_suspend SELF
22Suspending task (0x0a010001)
23  CPU 0: Thread Heir 0x09010001 priority=255
24  CPU 0: Thread Executing 0x09010001 priority=255
25==> 9: cpus
26=== CPU Status
27          EXECUTING      /   HEIR             / SWITCH NEEDED
28  CPU 0: 0x09010001 @255 / 0x09010001 @255          false
29=== End of Ready Set of Threads
30==> 10: # GOAL: 0x09010001 is heir and executing on CPU 0
31==> 11: cpus
32=== CPU Status
33          EXECUTING      /   HEIR             / SWITCH NEEDED
34  CPU 0: 0x09010001 @255 / 0x09010001 @255          false
35=== End of Ready Set of Threads
Note: See TracBrowser for help on using the repository browser.