* gdb.threads/killed.exp: Fix test failure message.

This commit is contained in:
Jim Blandy 2002-09-05 19:45:11 +00:00
parent 95f959112a
commit 2f71430b46
2 changed files with 5 additions and 1 deletions

View File

@ -1,3 +1,7 @@
2002-09-05 Jim Blandy <jimb@redhat.com>
* gdb.threads/killed.exp: Fix test failure message.
2002-09-04 Keith Seitz <keiths@redhat.com>
* lib/mi-support.exp: Update copyright.

View File

@ -89,7 +89,7 @@ gdb_expect {
}
-re "Cannot find thread ${decimal}: generic error\[\r\n\]*$gdb_prompt $" {
# setup_kfail "gdb/568"
fail "GDB exits after multi-threaded program exits messily (gdb/568)"
fail "GDB exits after multi-threaded program exits messily (not a regression; gdb/568)"
}
timeout {
fail "GDB exits after multi-threaded program exits messily (timeout)"