source: rtems-schedsim/schedsim/shell/schedsim_priority/scenarios/script01.output @ 9077d3c

Last change on this file since 9077d3c 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: 864 bytes
Line 
1*** TEST 01 ***
2  Thread Heir: 0x09010001 priority=255
3  Thread Executing: 0x09010001 priority=255
4=== Create and delete 0x0a010001 ===
5Creating task with:  Preemption: yes Timeslicing: no
6Task (TA1) created: id=0x0a010001, priority=3
7Task (TA1) starting: id=0x0a010001, priority=3
8  Thread Heir: 0x0a010001 priority=3
9  Thread Executing: 0x0a010001 priority=3
10  Thread Heir: 0x09010001 priority=255
11  Thread Executing: 0x09010001 priority=255
12Task (0x0a010001) deleted
13=== Create and delete 0x0a010002 ===
14Creating task with:  Preemption: yes Timeslicing: no
15Task (TA1) created: id=0x0a010002, priority=3
16Task (TA1) starting: id=0x0a010002, priority=3
17  Thread Heir: 0x0a010002 priority=3
18  Thread Executing: 0x0a010002 priority=3
19  Thread Heir: 0x09010001 priority=255
20  Thread Executing: 0x09010001 priority=255
21Task (0x0a010002) deleted
22*** END OF TEST 01 ***
Note: See TracBrowser for help on using the repository browser.