gdb/testsuite/

* gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET
	response.
This commit is contained in:
Jan Kratochvil 2013-04-09 15:26:44 +00:00
parent 79bb5c2356
commit f7543f0a4f
2 changed files with 6 additions and 1 deletions

View 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

View 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\.}