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

7a6771
Index: gdb-7.6.50.20130731-cvs/gdb/testsuite/gdb.base/annota1.exp
7a6771
===================================================================
7a6771
--- gdb-7.6.50.20130731-cvs.orig/gdb/testsuite/gdb.base/annota1.exp	2013-08-02 16:23:26.559936258 +0200
7a6771
+++ gdb-7.6.50.20130731-cvs/gdb/testsuite/gdb.base/annota1.exp	2013-08-02 16:23:56.590976418 +0200
7a6771
@@ -41,6 +41,8 @@ if  { [gdb_compile "${srcdir}/${subdir}/
7a6771
 
7a6771
 clean_restart ${binfile}
7a6771
 
7a6771
+gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
7a6771
+
7a6771
 # The commands we test here produce many lines of output; disable "press 
7a6771
 # <return> to continue" prompts.
7a6771
 gdb_test_no_output "set height 0"
7a6771
Index: gdb-7.6.50.20130731-cvs/gdb/testsuite/gdb.base/annota3.exp
7a6771
===================================================================
7a6771
--- gdb-7.6.50.20130731-cvs.orig/gdb/testsuite/gdb.base/annota3.exp	2013-08-02 16:23:26.560936259 +0200
7a6771
+++ gdb-7.6.50.20130731-cvs/gdb/testsuite/gdb.base/annota3.exp	2013-08-02 16:24:11.654996267 +0200
7a6771
@@ -40,6 +40,8 @@ if  { [gdb_compile "${srcdir}/${subdir}/
7a6771
 
7a6771
 clean_restart ${binfile}
7a6771
 
7a6771
+gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
7a6771
+
7a6771
 # The commands we test here produce many lines of output; disable "press 
7a6771
 # <return> to continue" prompts.
7a6771
 gdb_test_no_output "set height 0"