Blame SOURCES/gdb-6.6-testsuite-timeouts.patch

01917d
Index: gdb-7.4.50.20120602/gdb/testsuite/gdb.base/annota1.exp
01917d
===================================================================
01917d
--- gdb-7.4.50.20120602.orig/gdb/testsuite/gdb.base/annota1.exp	2012-03-16 17:47:33.000000000 +0100
01917d
+++ gdb-7.4.50.20120602/gdb/testsuite/gdb.base/annota1.exp	2012-06-02 18:27:46.623210711 +0200
01917d
@@ -45,6 +45,8 @@ gdb_start
01917d
 gdb_reinitialize_dir $srcdir/$subdir
01917d
 gdb_load ${binfile}
01917d
 
01917d
+gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
01917d
+
01917d
 # The commands we test here produce many lines of output; disable "press 
01917d
 # <return> to continue" prompts.
01917d
 gdb_test_no_output "set height 0"
01917d
Index: gdb-7.4.50.20120602/gdb/testsuite/gdb.base/annota3.exp
01917d
===================================================================
01917d
--- gdb-7.4.50.20120602.orig/gdb/testsuite/gdb.base/annota3.exp	2012-02-28 23:40:48.000000000 +0100
01917d
+++ gdb-7.4.50.20120602/gdb/testsuite/gdb.base/annota3.exp	2012-06-02 18:28:00.375206457 +0200
01917d
@@ -45,6 +45,8 @@ gdb_start
01917d
 gdb_reinitialize_dir $srcdir/$subdir
01917d
 gdb_load ${binfile}
01917d
 
01917d
+gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
01917d
+
01917d
 # The commands we test here produce many lines of output; disable "press 
01917d
 # <return> to continue" prompts.
01917d
 gdb_test_no_output "set height 0"