aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.base
diff options
context:
space:
mode:
authorJim Blandy <jimb@codesourcery.com>2003-12-17 21:28:40 +0000
committerJim Blandy <jimb@codesourcery.com>2003-12-17 21:28:40 +0000
commit80e4b428e617fcc3265a2bbc77a5bf84fd28f44d (patch)
tree239b1455768e341aed3101c13a17e5c5de39972f /gdb/testsuite/gdb.base
parentf4daae620b393295187c8b710a00ade946ac8964 (diff)
downloadgdb-80e4b428e617fcc3265a2bbc77a5bf84fd28f44d.zip
gdb-80e4b428e617fcc3265a2bbc77a5bf84fd28f44d.tar.gz
gdb-80e4b428e617fcc3265a2bbc77a5bf84fd28f44d.tar.bz2
* gdb.base/freebpcmd.exp: Mark the interesting failure as known.
Diffstat (limited to 'gdb/testsuite/gdb.base')
-rw-r--r--gdb/testsuite/gdb.base/freebpcmd.exp4
1 files changed, 2 insertions, 2 deletions
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)"
}
}