From 0f815cdf7e77a23380ae4a1ff43b2d24117bf3f2 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Fri, 19 Jul 2002 00:02:34 +0000 Subject: * gdb.base/ending-run.exp: Don't expect to see the program end in some orderly fashion when we're running on a real stand-alone board. --- gdb/testsuite/gdb.base/ending-run.exp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'gdb/testsuite/gdb.base') diff --git a/gdb/testsuite/gdb.base/ending-run.exp b/gdb/testsuite/gdb.base/ending-run.exp index 656601e..69f2b26 100644 --- a/gdb/testsuite/gdb.base/ending-run.exp +++ b/gdb/testsuite/gdb.base/ending-run.exp @@ -229,7 +229,12 @@ gdb_expect { timeout { fail "step out of main (hang or timeout on step at end 1)" } } -if {![target_info exists use_cygmon] || ![target_info use_cygmon]} { +# When we're talking to a program running on a real stand-alone board, +# every BSP's exit function behaves differently, so there's no single +# way to tell whether we've exited gracefully or not. So don't run +# these tests when use_gdb_stub is set, or when we're running under Cygmon. +if {! [target_info exists use_gdb_stub] + && (! [target_info exists use_cygmon] || ! [target_info use_cygmon])} { global program_exited; if {[eval expr $program_exited == 0]} { send_gdb "n\n" -- cgit v1.1