summaryrefslogtreecommitdiffstats
path: root/schedsim/shell/schedsim_priority/scenarios/script03.expected
blob: a285a3a4b1f3835a11e411701c58a7c56f066d34 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
Script File               : script03.scen
verbose                   : 1
==> 1: echo "*** TEST 03 ***"
*** TEST 03 ***
==> 2: rtems_init
  CPU 0: Thread Heir: 0x09010001 priority=255
  CPU 0: Thread Executing: 0x09010001 priority=255
==> 3: echo "=== Create 0x0a010001 ==="
=== Create 0x0a010001 ===
==> 4: task_create TA1 1
Creating task with:  Preemption: yes Timeslicing: no
Task (TA1) created: id=0x0a010001, priority=1
Task (TA1) starting: id=0x0a010001, priority=1
  CPU 0: Thread Heir: 0x0a010001 priority=1
  CPU 0: Thread Executing: 0x0a010001 priority=1
==> 5: echo "** Mode - query"
** Mode - query
==> 6: task_mode
Previous Mode: Preemption: yes Timeslicing: no
==> 7: echo "** Mode - set no timeslicing"
** Mode - set no timeslicing
==> 8: task_mode -t
Previous Mode: Preemption: yes Timeslicing: no
Current Mode:  Preemption: yes Timeslicing: no
==> 9: echo "** Mode - set timeslicing"
** Mode - set timeslicing
==> 10: task_mode -T
Previous Mode: Preemption: yes Timeslicing: no
Current Mode:  Preemption: yes Timeslicing: yes
==> 11: echo "** Mode - set no timeslicing and no preempt"
** Mode - set no timeslicing and no preempt
==> 12: task_mode -t -p
Previous Mode: Preemption: yes Timeslicing: yes
Current Mode:  Preemption: no Timeslicing: no
==> 13: echo "** Mode - set timeslicing and preempt"
** Mode - set timeslicing and preempt
==> 14: task_mode -T -P
Previous Mode: Preemption: no Timeslicing: no
Current Mode:  Preemption: yes Timeslicing: yes
==> 15: echo "** Mode - query"
** Mode - query
==> 16: task_mode
Previous Mode: Preemption: yes Timeslicing: yes
==> 17: echo "*** END OF TEST 03 ***"
*** END OF TEST 03 ***
==> 18: exit