source: rtems-schedsim/schedsim/shell/schedsim_priority/scenarios/script03.expected @ ee66622

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

schedsim_priority: Fix incorrect expected values in script03.

  • Property mode set to 100644
File size: 1.6 KB
Line 
1Script File               : script03.scen
2verbose                   : 1
3==> 1: echo "*** TEST 03 ***"
4*** TEST 03 ***
5==> 2: rtems_init
6  CPU 0: Thread Heir: 0x09010001 priority=255
7  CPU 0: Thread Executing: 0x09010001 priority=255
8==> 3: echo "=== Create 0x0a010001 ==="
9=== Create 0x0a010001 ===
10==> 4: task_create TA1 1
11Creating task with:  Preemption: yes Timeslicing: no
12Task (TA1) created: id=0x0a010001, priority=1
13Task (TA1) starting: id=0x0a010001, priority=1
14  CPU 0: Thread Heir: 0x0a010001 priority=1
15  CPU 0: Thread Executing: 0x0a010001 priority=1
16==> 5: echo "** Mode - query"
17** Mode - query
18==> 6: task_mode
19Previous Mode: Preemption: yes Timeslicing: no
20==> 7: echo "** Mode - set no timeslicing"
21** Mode - set no timeslicing
22==> 8: task_mode -t
23Previous Mode: Preemption: yes Timeslicing: no
24Current Mode:  Preemption: yes Timeslicing: no
25==> 9: echo "** Mode - set timeslicing"
26** Mode - set timeslicing
27==> 10: task_mode -T
28Previous Mode: Preemption: yes Timeslicing: no
29Current Mode:  Preemption: yes Timeslicing: yes
30==> 11: echo "** Mode - set no timeslicing and no preempt"
31** Mode - set no timeslicing and no preempt
32==> 12: task_mode -t -p
33Previous Mode: Preemption: yes Timeslicing: yes
34Current Mode:  Preemption: no Timeslicing: no
35==> 13: echo "** Mode - set timeslicing and preempt"
36** Mode - set timeslicing and preempt
37==> 14: task_mode -T -P
38Previous Mode: Preemption: no Timeslicing: no
39Current Mode:  Preemption: yes Timeslicing: yes
40==> 15: echo "** Mode - query"
41** Mode - query
42==> 16: task_mode
43Previous Mode: Preemption: yes Timeslicing: yes
44==> 17: echo "*** END OF TEST 03 ***"
45*** END OF TEST 03 ***
46==> 18: exit
Note: See TracBrowser for help on using the repository browser.