summaryrefslogtreecommitdiff
path: root/gdb/testsuite
diff options
context:
space:
mode:
authorDaniel Jacobowitz <dan@debian.org>2003-01-14 18:13:11 +0000
committerDaniel Jacobowitz <dan@debian.org>2003-01-14 18:13:11 +0000
commit55cae550ad25e856d924c1323291e91cf6a3100f (patch)
treeed484bbf69ca3532946dca1aef3704e71e4ea7d9 /gdb/testsuite
parent373bf482421aaf7daa0a4a6d53de352e5a5406b7 (diff)
downloadgdb-55cae550ad25e856d924c1323291e91cf6a3100f.tar.gz
* gdb.threads/killed.exp: Use KFAIL for gdb/568.
Diffstat (limited to 'gdb/testsuite')
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.threads/killed.exp3
2 files changed, 5 insertions, 2 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 212c5a03d37..aa2da87dc0b 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 5557d453a8b..2e61e7cd440 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)"