* 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).
This commit is contained in:
Mark Kettenis 2001-01-21 15:07:05 +00:00
parent ebf0fa2e68
commit 7d76bd60cf
2 changed files with 11 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2001-01-20 Mark Kettenis <kettenis@gnu.org>
* 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).
Tue Apr 18 15:36:07 2000 Andrew Cagney <cagney@b1.cygnus.com>
* Makefile.in (clean mostlyclean): Do not delete $(MISCELLANEOUS).

View File

@ -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;