gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 9 Apr 2013 15:26:44 +0000 (15:26 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 9 Apr 2013 15:26:44 +0000 (15:26 +0000)
* gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
response.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.server/server-kill.exp

index 27deae3..58d692e 100644 (file)
@@ -1,3 +1,8 @@
+2013-04-09  Jan Kratochvil  <jan.kratochvil@redhat.com>
+
+       * gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
+       response.
+
 2013-04-08  Pedro Alves  <palves@redhat.com>
 
        * gdb.mi/mi-break.exp (test_error): Add tests with garbage after
index 1b48152..75c9627 100644 (file)
@@ -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\.}