diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 27deae3236..58d692e0c8 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,8 @@ +2013-04-09 Jan Kratochvil + + * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET + response. + 2013-04-08 Pedro Alves * gdb.mi/mi-break.exp (test_error): Add tests with garbage after diff --git a/gdb/testsuite/gdb.server/server-kill.exp b/gdb/testsuite/gdb.server/server-kill.exp index 1b4815251b..75c962705e 100644 --- a/gdb/testsuite/gdb.server/server-kill.exp +++ b/gdb/testsuite/gdb.server/server-kill.exp @@ -42,4 +42,4 @@ remote_exec target "kill -9 $server_pid" # Force GDB to talk with GDBserver, so that we can get the # "connection closed" error. -gdb_test "tstatus" "Remote connection closed" +gdb_test "tstatus" {Remote connection closed|Remote communication error\. Target disconnected\.: Connection reset by peer\.}