diff options
Diffstat (limited to 'gdb/testsuite/lib/mi-support.exp')
-rw-r--r-- | gdb/testsuite/lib/mi-support.exp | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 7c2bb3e..622b7cc 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -269,12 +269,12 @@ proc default_mi_gdb_start { args } { verbose "GDB initialized." } -re ".*unrecognized option.*for a complete list of options." { - untested "Skip mi tests (not compiled with mi support)." + untested "skip mi tests (not compiled with mi support)." remote_close host return -1 } -re ".*Interpreter `mi' unrecognized." { - untested "Skip mi tests (not compiled with mi support)." + untested "skip mi tests (not compiled with mi support)." remote_close host return -1 } @@ -462,7 +462,7 @@ proc mi_gdb_target_cmd { targetname serialport } { continue } -re "Non-stop mode requested, but remote does not support non-stop.*$mi_gdb_prompt" { - unsupported "Non-stop mode not supported" + unsupported "non-stop mode not supported" return 1 } -re "Timeout reading from remote system.*$mi_gdb_prompt$" { @@ -989,7 +989,7 @@ proc mi_run_cmd_full {use_mi_command args} { -re "${run_match}\\^running\r\n(\\*running,thread-id=\"\[^\"\]+\"\r\n|=thread-created,id=\"1\",group-id=\"\[0-9\]+\"\r\n)*(${library_loaded_re})*(${thread_selected_re})?${mi_gdb_prompt}" { } -re "\\^error,msg=\"The target does not support running in non-stop mode.\"" { - unsupported "Non-stop mode not supported" + unsupported "non-stop mode not supported" return -1 } timeout { |