]> Git Repo - binutils.git/commitdiff
* gdb.base/freebpcmd.exp: Mark the interesting failure as known.
authorJim Blandy <[email protected]>
Wed, 17 Dec 2003 21:28:40 +0000 (21:28 +0000)
committerJim Blandy <[email protected]>
Wed, 17 Dec 2003 21:28:40 +0000 (21:28 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/gdb.base/freebpcmd.exp

index 189384910b2e26b74e43e93e5da7e5b691f8a061..2c89330158c07313e660ed31ce0fa2c4595b97ce 100644 (file)
@@ -1,3 +1,7 @@
+2003-12-17  Jim Blandy  <[email protected]>
+
+       * gdb.base/freebpcmd.exp: Mark the interesting failure as known.
+
 2003-12-16  Michael Chastain  <[email protected]>
 
        * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.
index f9521398893cfd2fb358e857662e868cc8b33450..fed067f1d8dc9173ee5397d10e42f72a6ce85813 100644 (file)
@@ -110,12 +110,12 @@ if {$i >= [llength $lines]} {
 gdb_run_cmd
 gdb_test_multiple "" "run program with breakpoint commands" {
     -re "warning: Invalid control type in command structure" {
-        fail "run program with breakpoint commands"
+        kfail "gdb/1489" "run program with breakpoint commands"
     }
     -re "$gdb_prompt $" {
         pass "run program with breakpoint commands"
     }
     eof {
-        fail "run program with breakpoint commands (GDB died)"
+        kfail "gdb/1489" "run program with breakpoint commands (GDB died)"
     }
 }
This page took 0.0475 seconds and 4 git commands to generate.