mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-28 04:25:10 +08:00
gdb/testsuite/
* gdb.server/server-kill.exp (tstatus): Permit also ECONNRESET response.
This commit is contained in:
parent
79bb5c2356
commit
f7543f0a4f
@ -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
|
||||
|
@ -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\.}
|
||||
|
Loading…
Reference in New Issue
Block a user