* gdb.base/freebpcmd.exp: Mark the interesting failure as known.

This commit is contained in:
Jim Blandy
2003-12-17 21:28:40 +00:00
parent f4daae620b
commit 80e4b428e6
2 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
2003-12-17 Jim Blandy <jimb@redhat.com>
* gdb.base/freebpcmd.exp: Mark the interesting failure as known.
2003-12-16 Michael Chastain <mec.gnu@mindspring.com> 2003-12-16 Michael Chastain <mec.gnu@mindspring.com>
* gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts. * gdb.base/maint.exp: Add generic FAIL patterns to prevent timeouts.

View File

@ -110,12 +110,12 @@ if {$i >= [llength $lines]} {
gdb_run_cmd gdb_run_cmd
gdb_test_multiple "" "run program with breakpoint commands" { gdb_test_multiple "" "run program with breakpoint commands" {
-re "warning: Invalid control type in command structure" { -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 $" { -re "$gdb_prompt $" {
pass "run program with breakpoint commands" pass "run program with breakpoint commands"
} }
eof { eof {
fail "run program with breakpoint commands (GDB died)" kfail "gdb/1489" "run program with breakpoint commands (GDB died)"
} }
} }