Changeset 3dbcece in rtems
- Timestamp:
- Oct 21, 1997, 6:41:36 PM (23 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 118a812
- Parents:
- a18ccfe
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/tests/sptests/sp09/screen09.c
ra18ccfe r3dbcece 44 44 "rtems_interrupt_catch with invalid handler" 45 45 ); 46 puts( "TA1 - rtems_interrupt_catch - RTEMS_INVALID_ADDRESS" ); 46 puts( "TA1 - rtems_interrupt_catch - bad handler RTEMS_INVALID_ADDRESS" ); 47 48 status = rtems_interrupt_catch( Service_routine, 3, NULL ); 49 fatal_directive_status( 50 status, 51 RTEMS_INVALID_ADDRESS, 52 "rtems_interrupt_catch with invalid old isr pointer" 53 ); 54 puts( "TA1 - rtems_interrupt_catch - old isr RTEMS_INVALID_ADDRESS" ); 47 55 48 56 status = rtems_signal_send( 100, RTEMS_SIGNAL_1 ); -
c/src/tests/sptests/sp09/sp09.scn
ra18ccfe r3dbcece 135 135 <pause - screen 9> 136 136 TA1 - rtems_interrupt_catch - RTEMS_INVALID_NUMBER 137 TA1 - rtems_interrupt_catch - bad handler RTEMS_INVALID_ADDRESS 138 TA1 - rtems_interrupt_catch - old isr RTEMS_INVALID_ADDRESS 137 139 TA1 - rtems_interrupt_catch - RTEMS_INVALID_ADDRESS 138 140 TA1 - rtems_signal_send - RTEMS_INVALID_ID -
testsuites/sptests/sp09/screen09.c
ra18ccfe r3dbcece 44 44 "rtems_interrupt_catch with invalid handler" 45 45 ); 46 puts( "TA1 - rtems_interrupt_catch - RTEMS_INVALID_ADDRESS" ); 46 puts( "TA1 - rtems_interrupt_catch - bad handler RTEMS_INVALID_ADDRESS" ); 47 48 status = rtems_interrupt_catch( Service_routine, 3, NULL ); 49 fatal_directive_status( 50 status, 51 RTEMS_INVALID_ADDRESS, 52 "rtems_interrupt_catch with invalid old isr pointer" 53 ); 54 puts( "TA1 - rtems_interrupt_catch - old isr RTEMS_INVALID_ADDRESS" ); 47 55 48 56 status = rtems_signal_send( 100, RTEMS_SIGNAL_1 ); -
testsuites/sptests/sp09/sp09.scn
ra18ccfe r3dbcece 135 135 <pause - screen 9> 136 136 TA1 - rtems_interrupt_catch - RTEMS_INVALID_NUMBER 137 TA1 - rtems_interrupt_catch - bad handler RTEMS_INVALID_ADDRESS 138 TA1 - rtems_interrupt_catch - old isr RTEMS_INVALID_ADDRESS 137 139 TA1 - rtems_interrupt_catch - RTEMS_INVALID_ADDRESS 138 140 TA1 - rtems_signal_send - RTEMS_INVALID_ID
Note: See TracChangeset
for help on using the changeset viewer.