2003-12-17 Jim Blandy * gdb.base/freebpcmd.exp: Mark the interesting failure as known. Index: gdb/testsuite/gdb.base/freebpcmd.exp =================================================================== RCS file: /cvs/src/src/gdb/testsuite/gdb.base/freebpcmd.exp,v retrieving revision 1.1 diff -c -r1.1 freebpcmd.exp *** gdb/testsuite/gdb.base/freebpcmd.exp 13 Dec 2003 20:12:31 -0000 1.1 --- gdb/testsuite/gdb.base/freebpcmd.exp 17 Dec 2003 21:26:22 -0000 *************** *** 110,121 **** 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" } -re "$gdb_prompt $" { pass "run program with breakpoint commands" } eof { ! fail "run program with breakpoint commands (GDB died)" } } --- 110,121 ---- gdb_run_cmd gdb_test_multiple "" "run program with breakpoint commands" { -re "warning: Invalid control type in command structure" { ! kfail "gdb/1489" "run program with breakpoint commands" } -re "$gdb_prompt $" { pass "run program with breakpoint commands" } eof { ! kfail "gdb/1489" "run program with breakpoint commands (GDB died)" } }