Reviewed and approved by Jim Blandy
[deliverable/binutils-gdb.git] / gdb / testsuite / gdb.base / freebpcmd.exp
index f9521398893cfd2fb358e857662e868cc8b33450..80991d80f92dd4dc7a83019a31f99f8a8d2804cc 100644 (file)
@@ -108,14 +108,17 @@ if {$i >= [llength $lines]} {
 }
 
 gdb_run_cmd
+
+set timeout 120
+
 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.027282 seconds and 4 git commands to generate.