summaryrefslogtreecommitdiffstats
path: root/testsuites/mptests/mp14/delay.c
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-07 23:04:50 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2001-11-07 23:04:50 +0000
commit0897d3818c5d1a6679adc6d649b40a243a2845b2 (patch)
treef9acde143432b7b1cdc7446b6898b67502e3ab35 /testsuites/mptests/mp14/delay.c
parent2001-11-07 Joel Sherrill <joel@OARcorp.com> (diff)
downloadrtems-0897d3818c5d1a6679adc6d649b40a243a2845b2.tar.bz2
2001-11-07 Joel Sherrill <joel@OARcorp.com>
Tracked as PR72 but related to the object id problem (PR36) reported by Todor.Todorov@barco.com. * mp03/delay.c: Dispatch disable level is actually 1 not 0. * mp13/system.h: Configure enough tasks (CONFIGURE_MAXIMUM_TASKS=3). * mp14/delay.c: Dispatch disable level may be arbitrarily > 0.
Diffstat (limited to '')
-rw-r--r--testsuites/mptests/mp14/delay.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/testsuites/mptests/mp14/delay.c b/testsuites/mptests/mp14/delay.c
index 47f70f6b70..f6814aad2c 100644
--- a/testsuites/mptests/mp14/delay.c
+++ b/testsuites/mptests/mp14/delay.c
@@ -29,5 +29,5 @@ rtems_timer_service_routine Delayed_send_event(
Task_id[ rtems_get_index( timer_id ) ],
RTEMS_EVENT_16
);
- directive_failed( status, "rtems_event_send" );
+ fatal_directive_check_status_only( status, RTEMS_SUCCESSFUL, "rtems_event_send" );
}