summaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorVladimir Prus <vladimir@codesourcery.com>2008-06-28 10:14:34 +0000
committerVladimir Prus <vladimir@codesourcery.com>2008-06-28 10:14:34 +0000
commit98095dd62426fbb05871fa9cc1618a6a408ff8f9 (patch)
treebc19212a3f0f5ee800af56e96ad25dc5ed7cfc0a /gdb
parent4b306b6933bb8deba62bd7fa9bb0ccdc01602ee0 (diff)
downloadgdb-98095dd62426fbb05871fa9cc1618a6a408ff8f9.tar.gz
* lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/lib/mi-support.exp1
2 files changed, 5 insertions, 0 deletions
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 <vladimir@codesourcery.com>
+
+ * lib/mi-support.exp (mi_send_resuming_command_raw): Report pass.
+
2008-06-27 Pedro Alves <pedro@codesourcery.com>
* 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)"