]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-6.6-testsuite-timeouts.patch
- typo
[packages/gdb.git] / gdb-6.6-testsuite-timeouts.patch
CommitLineData
a7de96f0 1Index: gdb-7.4.50.20120602/gdb/testsuite/gdb.base/annota1.exp
f412e1b4 2===================================================================
a7de96f0
PS
3--- gdb-7.4.50.20120602.orig/gdb/testsuite/gdb.base/annota1.exp 2012-03-16 17:47:33.000000000 +0100
4+++ gdb-7.4.50.20120602/gdb/testsuite/gdb.base/annota1.exp 2012-06-02 18:27:46.623210711 +0200
5@@ -45,6 +45,8 @@ gdb_start
f412e1b4
PS
6 gdb_reinitialize_dir $srcdir/$subdir
7 gdb_load ${binfile}
3a58abaf
AM
8
9+gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
10+
a7de96f0
PS
11 # The commands we test here produce many lines of output; disable "press
12 # <return> to continue" prompts.
13 gdb_test_no_output "set height 0"
14Index: gdb-7.4.50.20120602/gdb/testsuite/gdb.base/annota3.exp
f412e1b4 15===================================================================
a7de96f0
PS
16--- gdb-7.4.50.20120602.orig/gdb/testsuite/gdb.base/annota3.exp 2012-02-28 23:40:48.000000000 +0100
17+++ gdb-7.4.50.20120602/gdb/testsuite/gdb.base/annota3.exp 2012-06-02 18:28:00.375206457 +0200
18@@ -45,6 +45,8 @@ gdb_start
f412e1b4
PS
19 gdb_reinitialize_dir $srcdir/$subdir
20 gdb_load ${binfile}
3a58abaf
AM
21
22+gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
23+
a7de96f0
PS
24 # The commands we test here produce many lines of output; disable "press
25 # <return> to continue" prompts.
26 gdb_test_no_output "set height 0"
This page took 0.035973 seconds and 4 git commands to generate.