From 0f8d4a2f6e8a4b83340e6e80a00062c12d31ecfb Mon Sep 17 00:00:00 2001 From: Vladimir Prus Date: Sat, 28 Jun 2008 10:14:34 +0000 Subject: [PATCH] * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/lib/mi-support.exp | 1 + 2 files changed, 5 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index e10e1c6c475..9b7fdc53f82 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2008-06-28 Vladimir Prus + + * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass. + 2008-06-27 Pedro Alves * lib/gdb.exp (gdb_saved_set_unbuffered_mode_obj): New global. diff --git a/gdb/testsuite/lib/mi-support.exp b/gdb/testsuite/lib/mi-support.exp index 2acfa6ca9fc..bad7c627983 100644 --- a/gdb/testsuite/lib/mi-support.exp +++ b/gdb/testsuite/lib/mi-support.exp @@ -1398,6 +1398,7 @@ proc mi_send_resuming_command_raw {command test} { send_gdb "$command\n" gdb_expect { -re "\\^running\r\n\\*running,thread-id=\"\[^\"\]+\"\r\n${mi_gdb_prompt}" { + pass "$test" } -re ".*${mi_gdb_prompt}" { fail "$test (failed to resume)" -- 2.30.2