]> git.pld-linux.org Git - packages/gdb.git/blob - gdb-6.6-testsuite-timeouts.patch
- updated (performance fixes).
[packages/gdb.git] / gdb-6.6-testsuite-timeouts.patch
1 Index: gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota1.exp
2 ===================================================================
3 --- gdb-7.4.50.20111219.orig/gdb/testsuite/gdb.base/annota1.exp 2011-12-13 18:22:08.000000000 +0100
4 +++ gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota1.exp      2011-12-20 00:01:36.518847033 +0100
5 @@ -50,6 +50,8 @@ gdb_start
6  gdb_reinitialize_dir $srcdir/$subdir
7  gdb_load ${binfile}
8  
9 +gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
10 +
11  #
12  # the line at which break main will put the breakpoint
13  #
14 Index: gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota3.exp
15 ===================================================================
16 --- gdb-7.4.50.20111219.orig/gdb/testsuite/gdb.base/annota3.exp 2011-12-13 18:22:08.000000000 +0100
17 +++ gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota3.exp      2011-12-20 00:01:36.518847033 +0100
18 @@ -50,6 +50,8 @@ gdb_start
19  gdb_reinitialize_dir $srcdir/$subdir
20  gdb_load ${binfile}
21  
22 +gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
23 +
24  #
25  # the line at which break main will put the breakpoint
26  #
This page took 0.035996 seconds and 3 git commands to generate.