summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2002-09-05 19:45:11 +0000
committerJim Blandy <jimb@codesourcery.com>2002-09-05 19:45:11 +0000
commit7613c1ea010ac4cdc7d7e2c32599f7a0b6cd9390 (patch)
tree246b5c00de0898a5869b946a03268e389ade968a
parent63b8e3d652099724cd9ce2ce8fa05cfe0c1a4e0b (diff)
downloadgdb-7613c1ea010ac4cdc7d7e2c32599f7a0b6cd9390.tar.gz
* gdb.threads/killed.exp: Fix test failure message.
-rw-r--r--gdb/testsuite/ChangeLog4
-rw-r--r--gdb/testsuite/gdb.threads/killed.exp2
2 files changed, 5 insertions, 1 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 7f3f2bf5fb7..b9da926a781 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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.
diff --git a/gdb/testsuite/gdb.threads/killed.exp b/gdb/testsuite/gdb.threads/killed.exp
index 3712508bb6c..21e03aab5ec 100644
--- a/gdb/testsuite/gdb.threads/killed.exp
+++ b/gdb/testsuite/gdb.threads/killed.exp
@@ -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)"