From 7d76bd60cf9f151e8a5f04b89e0c4689f2ae0256 Mon Sep 17 00:00:00 2001 From: Mark Kettenis Date: Sun, 21 Jan 2001 15:07:05 +0000 Subject: * mi-support.exp (mi_gdb_start): Skip mi tests if -i flag is recognized (i.e. if GDB was compiled with UI_OUT, but the mi interpreter wasn't recognized (because it wasn't compiled in). --- gdb/testsuite/lib/mi-support.exp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'gdb/testsuite/lib') diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 6b3e3e7..d4c4cf0 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -135,6 +135,11 @@ proc mi_gdb_start { } { remote_close host; return -1; } + -re ".*Interpreter `mi' unrecognized." { + untested "Skip mi tests (not compiled with mi support)." + remote_close host; + return -1; + } timeout { perror "(timeout) GDB never initialized after 10 seconds." remote_close host; -- cgit v1.1