]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
gdb/testsuite/
authorJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 9 Apr 2013 15:27:14 +0000 (15:27 +0000)
committerJan Kratochvil <jan.kratochvil@redhat.com>
Tue, 9 Apr 2013 15:27:14 +0000 (15:27 +0000)
* gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
response.

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

index 59d806adf6d52414271e6f483191d88f15fbbd7f..ec0c29ac17862c0c2bd926bdd42e2d45dd8ab668 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-04  Stan Shebs  <stan@codesourcery.com>
            Pedro Alves  <palves@redhat.com>
 
index 1b4815251b3fa664a1b85d5c69a5cf7be3366c95..75c962705e3a0149bee2b3ea801aacdcb54da0f3 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\.}