Changeset c976c70 in rtems
- Timestamp:
- 09/27/11 00:59:30 (12 years ago)
- Branches:
- 4.11, 5, master
- Children:
- d0630763
- Parents:
- a7d04d6
- Location:
- testsuites/sptests
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
testsuites/sptests/ChangeLog
ra7d04d6 rc976c70 1 2011-09-26 Petr Benes <benesp16@fel.cvut.cz> 2 3 PR 1923/testing 4 * spcbssched02/spcbssched02.scn, spcbssched02/system.h, 5 spcbssched03/init.c, spcbssched03/system.h, spedfsched02/system.h, 6 spedfsched03/system.h, sprbtree01/init.c: Improve coverage. 7 1 8 2011-09-20 Petr Benes <benesp16@fel.cvut.cz> 2 9 -
testsuites/sptests/spcbssched02/spcbssched02.scn
ra7d04d6 rc976c70 19 19 Periodic task: Approved budget 20 20 Periodic task: Starting periodic behavior 21 Periodic task: Starting periodic behavior 21 22 P1-S ticks:1 22 23 P1-F ticks:11 24 P2-S ticks:11 25 P2-F ticks:21 23 26 P1-S ticks:31 24 27 P1-F ticks:41 28 P2-S ticks:41 29 P2-F ticks:51 25 30 P1-S ticks:61 26 31 P1-F ticks:71 32 P2-S ticks:71 33 P2-F ticks:81 27 34 P1-S ticks:91 28 35 P1-F ticks:101 36 P2-S ticks:101 37 P2-F ticks:111 29 38 P1-S ticks:121 30 39 Periodic task: Deleting self -
testsuites/sptests/spcbssched02/system.h
ra7d04d6 rc976c70 31 31 #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER 32 32 33 #define CONFIGURE_MICROSECONDS_PER_TICK 10000033 #define CONFIGURE_MICROSECONDS_PER_TICK 20000 34 34 35 35 #define CONFIGURE_MAXIMUM_TASKS 3 -
testsuites/sptests/spcbssched03/init.c
ra7d04d6 rc976c70 59 59 } 60 60 61 rtems_task_wake_after( RTEMS_YIELD_PROCESSOR ); 62 61 63 status = rtems_task_delete( RTEMS_SELF ); 62 64 directive_failed( status, "rtems_task_delete of RTEMS_SELF" ); -
testsuites/sptests/spcbssched03/system.h
ra7d04d6 rc976c70 35 35 #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER 36 36 37 #define CONFIGURE_MICROSECONDS_PER_TICK 10000037 #define CONFIGURE_MICROSECONDS_PER_TICK 20000 38 38 39 39 #define CONFIGURE_MAXIMUM_TASKS 7 … … 41 41 42 42 #define CONFIGURE_INIT_TASK_PRIORITY 100 43 #define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_ DEFAULT_MODES43 #define CONFIGURE_INIT_TASK_INITIAL_MODES RTEMS_NO_PREEMPT 44 44 #define CONFIGURE_RTEMS_INIT_TASKS_TABLE 45 45 -
testsuites/sptests/spedfsched02/system.h
ra7d04d6 rc976c70 39 39 #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER 40 40 41 #define CONFIGURE_MICROSECONDS_PER_TICK 10000041 #define CONFIGURE_MICROSECONDS_PER_TICK 20000 42 42 43 43 #define CONFIGURE_MAXIMUM_TASKS 7 -
testsuites/sptests/spedfsched03/system.h
ra7d04d6 rc976c70 35 35 #define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER 36 36 37 #define CONFIGURE_MICROSECONDS_PER_TICK 10000037 #define CONFIGURE_MICROSECONDS_PER_TICK 20000 38 38 39 39 #define CONFIGURE_MAXIMUM_TASKS 7 -
testsuites/sptests/sprbtree01/init.c
ra7d04d6 rc976c70 466 466 if ( _RBTree_Is_red( NULL ) != 0 ) 467 467 puts ( "INIT - ERROR ON RBTREE NULL IS RED MISMATCH" ); 468 if ( _RBTree_Is_red( rbtree1.root ) != 0 ) 469 puts ( "INIT - ERROR ON RBTREE NULL IS RED MISMATCH" ); 468 470 469 471 puts( "INIT - Removing 100 nodes" );
Note: See TracChangeset
for help on using the changeset viewer.