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

Last change on this file since 246b81f was 9077d3c, checked in by Joel Sherrill <joel.sherrill@…>, on 05/17/11 at 19:31:08

2011-05-17 Joel Sherrill <joel.sherrill@…>

  • Makefile.am: Merge and update code. Simulators for Deterministic Priority and SMP Simple Schedulers now work.
  • ChangeLog?, smp_stub.c, scenarios/script01.expected, scenarios/script01.output, scenarios/script01.scen, scenarios/script02.expected, scenarios/script02.output, scenarios/script02.scen, scenarios/script03.expected, scenarios/script03.output, scenarios/script03.scen, scenarios/script04.expected, scenarios/script04.output, scenarios/script04.scen, scenarios/script05.expected, scenarios/script05.output, scenarios/script05.scen, scenarios/script06.expected, scenarios/script06.output, scenarios/script06.scen: New files.
  • scenarios/script01, scenarios/script02, scenarios/script03, scenarios/script04, scenarios/script05, scenarios/script06: Removed.
  • Property mode set to 100644
File size: 1014 bytes
Line 
1*** TEST 03 ***
2  Thread Heir: 0x09010001 priority=255
3  Thread Executing: 0x09010001 priority=255
4=== Create 0x0a010001 ===
5Creating task with:  Preemption: yes Timeslicing: no
6Task (TA1) created: id=0x0a010001, priority=1
7Task (TA1) starting: id=0x0a010001, priority=1
8  Thread Heir: 0x0a010001 priority=1
9  Thread Executing: 0x0a010001 priority=1
10** Mode - query
11Previous Mode: Preemption: yes Timeslicing: no
12** Mode - set no timeslicing
13Previous Mode: Preemption: yes Timeslicing: no
14Current Mode:  Preemption: yes Timeslicing: no
15** Mode - set timeslicing
16Previous Mode: Preemption: yes Timeslicing: no
17Current Mode:  Preemption: yes Timeslicing: yes
18** Mode - set no timeslicing and no preempt
19Previous Mode: Preemption: yes Timeslicing: yes
20Current Mode:  Preemption: no Timeslicing: no
21** Mode - set timeslicing and preempt
22Previous Mode: Preemption: no Timeslicing: no
23Current Mode:  Preemption: yes Timeslicing: yes
24** Mode - query
25Previous Mode: Preemption: yes Timeslicing: yes
26*** END OF TEST 03 ***
Note: See TracBrowser for help on using the repository browser.