Index: gdb/testsuite/ChangeLog =================================================================== RCS file: /cvs/src/src/gdb/testsuite/ChangeLog,v retrieving revision 1.1667 diff -u -p -r1.1667 ChangeLog --- gdb/testsuite/ChangeLog 27 Jun 2008 16:42:18 -0000 1.1667 +++ gdb/testsuite/ChangeLog 28 Jun 2008 10:14:00 -0000 @@ -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. Index: gdb/testsuite/lib/mi-support.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/lib/mi-support.exp,v retrieving revision 1.63 diff -u -p -r1.63 mi-support.exp --- gdb/testsuite/lib/mi-support.exp 25 Jun 2008 14:32:34 -0000 1.63 +++ gdb/testsuite/lib/mi-support.exp 28 Jun 2008 10:14:00 -0000 @@ -1398,6 +1398,7 @@ proc mi_send_resuming_command_raw {comma 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)"