Changeset 88d594a in rtems for c/src/tests


Ignore:
Timestamp:
05/24/95 21:39:42 (28 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
5b9d6ddf
Parents:
bf61e45c
Message:

Fully tested on all in-house targets

Location:
c/src/tests
Files:
6 edited

Legend:

Unmodified
Added
Removed
  • c/src/tests/mptests/mp01/task1.c

    rbf61e45c r88d594a  
    2222 *  notice must appear in all copies of this file and its derivatives.
    2323 *
    24  *  $Id$
     24 *  task1.c,v 1.2 1995/05/09 20:26:24 joel Exp
    2525 */
    2626
     
    4444  print_time( " - rtems_clock_get - ", &time, "\n" );
    4545
    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 );
    4747  directive_failed( status, "rtems_task_wake_after" );
    4848
  • c/src/tests/sptests/sp04/tswitch.c

    rbf61e45c r88d594a  
    1919 *  notice must appear in all copies of this file and its derivatives.
    2020 *
    21  *  $Id$
     21 *  tswitch.c,v 1.2 1995/05/09 20:32:43 joel Exp
    2222 */
    2323
     
    4545
    4646      put_name( Task_name[ index ], FALSE );
    47       print_time( " - ", &time, "\n" );
     47      print_time( "- ", &time, "\n" );
    4848
    4949      if ( time.second >= 16 ) {
  • c/src/tests/sptests/sp09/screen14.c

    rbf61e45c r88d594a  
    7777  puts( "TA1 - rtems_timer_cancel - RTEMS_INVALID_ID" );
    7878
    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 
    8779  status = rtems_timer_reset( 0x010100 );
    8880  fatal_directive_status(
  • c/src/tests/sptests/sp09/sp09.scn

    rbf61e45c r88d594a  
    238238TA1 - rtems_timer_ident - RTEMS_INVALID_NAME
    239239TA1 - rtems_timer_cancel - RTEMS_INVALID_ID
    240 TA1 - rtems_timer_cancel - RTEMS_INCORRECT_STATE
    241240TA1 - rtems_timer_reset - RTEMS_INVALID_ID
    242241TA1 - rtems_timer_reset - RTEMS_NOT_DEFINED
  • c/src/tests/sptests/sp20/sp20.scn

    rbf61e45c r88d594a  
    1414TA5 - rtems_rate_monotonic_create id = 0x00010005
    1515TA5 - rtems_rate_monotonic_ident id = 0x00010005
    16 TA5 - (0x00010005) period 50
     16TA5 - (0x00010005) period 100
    1717TA5 - PERIODS CHECK OK (1)
    1818TA5 - PERIODS CHECK OK (2)
  • c/src/tests/sptests/spsize/size.c

    rbf61e45c r88d594a  
    333333/*watchdog.h*/  (sizeof _Watchdog_Ticks_chain)            +
    334334                (sizeof _Watchdog_Seconds_chain)          +
    335                 (sizeof _Watchdog_Sync)                   +
     335                (sizeof _Watchdog_Sync_count)             +
     336                (sizeof _Watchdog_Sync_level)             +
    336337
    337338/*wkspace.h*/   (sizeof _Workspace_Area);
Note: See TracChangeset for help on using the changeset viewer.