* gdb.threads/killed.exp: Fix test failure message.
authorJim Blandy <jimb@codesourcery.com>
Thu, 5 Sep 2002 19:45:11 +0000 (19:45 +0000)
committerJim Blandy <jimb@codesourcery.com>
Thu, 5 Sep 2002 19:45:11 +0000 (19:45 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.threads/killed.exp

index 7f3f2bf5fb7281284a1638d9f1359fe48cd97f72..b9da926a7814bdc5791774ff21af3a317948f23c 100644 (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.
index 3712508bb6c6f105c3b740e94e61e94deb6bbd60..21e03aab5ec62dfc00120f2a7745ac63134b98e3 100644 (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)"