* gdb.threads/killed.exp: Use KFAIL for gdb/568.

This commit is contained in:
Daniel Jacobowitz 2003-01-14 18:13:11 +00:00
parent 12d2f0a1dd
commit 8d77e5c3a8
2 changed files with 5 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-01-14 Daniel Jacobowitz <drow@mvista.com>
* gdb.threads/killed.exp: Use KFAIL for gdb/568.
2003-01-14 Daniel Jacobowitz <drow@mvista.com>
* gdb.base/constvars.exp: Remove two extra XFAILs. Update copyright

View File

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