Changeset 88d594a in rtems for c/src/tests
- Timestamp:
- 05/24/95 21:39:42 (28 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 5b9d6ddf
- Parents:
- bf61e45c
- Location:
- c/src/tests
- Files:
-
- 6 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/mptests/mp01/task1.c
rbf61e45c r88d594a 22 22 * notice must appear in all copies of this file and its derivatives. 23 23 * 24 * $Id$24 * task1.c,v 1.2 1995/05/09 20:26:24 joel Exp 25 25 */ 26 26 … … 44 44 print_time( " - rtems_clock_get - ", &time, "\n" ); 45 45 46 status = rtems_task_wake_after( task_number( tid ) * 5* TICKS_PER_SECOND );46 status = rtems_task_wake_after( task_number( tid ) * 1 * TICKS_PER_SECOND ); 47 47 directive_failed( status, "rtems_task_wake_after" ); 48 48 -
c/src/tests/sptests/sp04/tswitch.c
rbf61e45c r88d594a 19 19 * notice must appear in all copies of this file and its derivatives. 20 20 * 21 * $Id$21 * tswitch.c,v 1.2 1995/05/09 20:32:43 joel Exp 22 22 */ 23 23 … … 45 45 46 46 put_name( Task_name[ index ], FALSE ); 47 print_time( " 47 print_time( "- ", &time, "\n" ); 48 48 49 49 if ( time.second >= 16 ) { -
c/src/tests/sptests/sp09/screen14.c
rbf61e45c r88d594a 77 77 puts( "TA1 - rtems_timer_cancel - RTEMS_INVALID_ID" ); 78 78 79 status = rtems_timer_cancel( Timer_id[ 1 ] );80 fatal_directive_status(81 status,82 RTEMS_INCORRECT_STATE,83 "rtems_timer_cancel before initiated"84 );85 puts( "TA1 - rtems_timer_cancel - RTEMS_INCORRECT_STATE" );86 87 79 status = rtems_timer_reset( 0x010100 ); 88 80 fatal_directive_status( -
c/src/tests/sptests/sp09/sp09.scn
rbf61e45c r88d594a 238 238 TA1 - rtems_timer_ident - RTEMS_INVALID_NAME 239 239 TA1 - rtems_timer_cancel - RTEMS_INVALID_ID 240 TA1 - rtems_timer_cancel - RTEMS_INCORRECT_STATE241 240 TA1 - rtems_timer_reset - RTEMS_INVALID_ID 242 241 TA1 - rtems_timer_reset - RTEMS_NOT_DEFINED -
c/src/tests/sptests/sp20/sp20.scn
rbf61e45c r88d594a 14 14 TA5 - rtems_rate_monotonic_create id = 0x00010005 15 15 TA5 - rtems_rate_monotonic_ident id = 0x00010005 16 TA5 - (0x00010005) period 5016 TA5 - (0x00010005) period 100 17 17 TA5 - PERIODS CHECK OK (1) 18 18 TA5 - PERIODS CHECK OK (2) -
c/src/tests/sptests/spsize/size.c
rbf61e45c r88d594a 333 333 /*watchdog.h*/ (sizeof _Watchdog_Ticks_chain) + 334 334 (sizeof _Watchdog_Seconds_chain) + 335 (sizeof _Watchdog_Sync) + 335 (sizeof _Watchdog_Sync_count) + 336 (sizeof _Watchdog_Sync_level) + 336 337 337 338 /*wkspace.h*/ (sizeof _Workspace_Area);
Note: See TracChangeset
for help on using the changeset viewer.