From 80e4b428e617fcc3265a2bbc77a5bf84fd28f44d Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Wed, 17 Dec 2003 21:28:40 +0000 Subject: [PATCH] * gdb.base/freebpcmd.exp: Mark the interesting failure as known. --- gdb/testsuite/ChangeLog | 4 ++++ gdb/testsuite/gdb.base/freebpcmd.exp | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 1893849..2c89330 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,7 @@ +2003-12-17 Jim Blandy + + * gdb.base/freebpcmd.exp: Mark the interesting failure as known. + 2003-12-16 Michael Chastain * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts. diff --git a/gdb/testsuite/gdb.base/freebpcmd.exp b/gdb/testsuite/gdb.base/freebpcmd.exp index f952139..fed067f 100644 --- a/gdb/testsuite/gdb.base/freebpcmd.exp +++ b/gdb/testsuite/gdb.base/freebpcmd.exp @@ -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)" } } -- 2.7.4