From 88d594a3d52cb5938521619bca0def8e5b040cf0 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Wed, 24 May 1995 21:39:42 +0000 Subject: Fully tested on all in-house targets --- testsuites/sptests/sp09/screen14.c | 8 -------- testsuites/sptests/sp09/sp09.scn | 1 - 2 files changed, 9 deletions(-) (limited to 'testsuites/sptests/sp09') diff --git a/testsuites/sptests/sp09/screen14.c b/testsuites/sptests/sp09/screen14.c index bf80f04c3c..c0e75b1b98 100644 --- a/testsuites/sptests/sp09/screen14.c +++ b/testsuites/sptests/sp09/screen14.c @@ -76,14 +76,6 @@ void Screen14() ); puts( "TA1 - rtems_timer_cancel - RTEMS_INVALID_ID" ); - status = rtems_timer_cancel( Timer_id[ 1 ] ); - fatal_directive_status( - status, - RTEMS_INCORRECT_STATE, - "rtems_timer_cancel before initiated" - ); - puts( "TA1 - rtems_timer_cancel - RTEMS_INCORRECT_STATE" ); - status = rtems_timer_reset( 0x010100 ); fatal_directive_status( status, diff --git a/testsuites/sptests/sp09/sp09.scn b/testsuites/sptests/sp09/sp09.scn index 534fc47e09..158593dcba 100644 --- a/testsuites/sptests/sp09/sp09.scn +++ b/testsuites/sptests/sp09/sp09.scn @@ -237,7 +237,6 @@ TA1 - rtems_timer_delete - local RTEMS_INVALID_ID TA1 - rtems_timer_delete - global RTEMS_INVALID_ID TA1 - rtems_timer_ident - RTEMS_INVALID_NAME TA1 - rtems_timer_cancel - RTEMS_INVALID_ID -TA1 - rtems_timer_cancel - RTEMS_INCORRECT_STATE TA1 - rtems_timer_reset - RTEMS_INVALID_ID TA1 - rtems_timer_reset - RTEMS_NOT_DEFINED TA1 - rtems_timer_fire_after - RTEMS_INVALID_ID -- cgit v1.2.3