OSDN Git Service

* 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 7f3f2bf..b9da926 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 3712508..21e03aa 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)"