diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-01-14 18:13:11 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-01-14 18:13:11 +0000 |
commit | 8d77e5c3a8f349d624d4bdcb40010f2b9a79a5b3 (patch) | |
tree | 1593a555832903d7ed5f755d4e654b3367cd116e /gdb/testsuite | |
parent | 12d2f0a1dd11c06107cbe643cca4fdf353303fc9 (diff) | |
download | gdb-8d77e5c3a8f349d624d4bdcb40010f2b9a79a5b3.zip gdb-8d77e5c3a8f349d624d4bdcb40010f2b9a79a5b3.tar.gz gdb-8d77e5c3a8f349d624d4bdcb40010f2b9a79a5b3.tar.bz2 |
* gdb.threads/killed.exp: Use KFAIL for gdb/568.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/testsuite/gdb.threads/killed.exp | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 212c5a0..aa2da87 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,9 @@ 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 dates. diff --git a/gdb/testsuite/gdb.threads/killed.exp b/gdb/testsuite/gdb.threads/killed.exp index 5557d45..2e61e7c 100644 --- a/gdb/testsuite/gdb.threads/killed.exp +++ b/gdb/testsuite/gdb.threads/killed.exp @@ -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)" |