]> git.pld-linux.org Git - packages/gdb.git/blobdiff - gdb-6.6-testsuite-timeouts.patch
- updated to gdb-7.4.50.20120120.
[packages/gdb.git] / gdb-6.6-testsuite-timeouts.patch
index 1166ef0b1732007bd76f525901cdd9491058823e..7e697405bffbc6401b4143966f7c3acef80e2cf4 100644 (file)
@@ -1,42 +1,26 @@
---- ./gdb/testsuite/gdb.base/annota1.exp       10 Jan 2007 03:23:04 -0000      1.23
-+++ ./gdb/testsuite/gdb.base/annota1.exp       10 May 2007 12:54:11 -0000
-@@ -57,6 +57,8 @@ if [target_info exists gdb_stub] {
-     gdb_step_for_stub;
- }
+Index: gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota1.exp
+===================================================================
+--- gdb-7.4.50.20111219.orig/gdb/testsuite/gdb.base/annota1.exp        2011-12-13 18:22:08.000000000 +0100
++++ gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota1.exp     2011-12-20 00:01:36.518847033 +0100
+@@ -50,6 +50,8 @@ gdb_start
+ gdb_reinitialize_dir $srcdir/$subdir
+ gdb_load ${binfile}
  
 +gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
 +
  #
  # the line at which break main will put the breakpoint
  #
---- ./gdb/testsuite/gdb.base/annota3.exp       9 Jan 2007 17:59:09 -0000       1.12
-+++ ./gdb/testsuite/gdb.base/annota3.exp       10 May 2007 12:54:11 -0000
-@@ -56,6 +56,8 @@ if [target_info exists gdb_stub] {
-     gdb_step_for_stub;
- }
+Index: gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota3.exp
+===================================================================
+--- gdb-7.4.50.20111219.orig/gdb/testsuite/gdb.base/annota3.exp        2011-12-13 18:22:08.000000000 +0100
++++ gdb-7.4.50.20111219/gdb/testsuite/gdb.base/annota3.exp     2011-12-20 00:01:36.518847033 +0100
+@@ -50,6 +50,8 @@ gdb_start
+ gdb_reinitialize_dir $srcdir/$subdir
+ gdb_load ${binfile}
  
 +gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
 +
  #
  # the line at which break main will put the breakpoint
  #
---- gdb-6.6/gdb/testsuite/gdb.threads/step-thread-exit.exp-orig        2007-05-10 15:03:15.000000000 +0200
-+++ gdb-6.6/gdb/testsuite/gdb.threads/step-thread-exit.exp     2007-05-10 15:04:24.000000000 +0200
-@@ -58,6 +58,9 @@ gdb_test "continue" "Break.*thread_funct
- # thread to be stopped and a message printed to tell us we have stepped
- # over the thread exit.
- set test "step over thread exit 1"
-+# ppc64 is currently failing:
-+set timeout_old $timeout
-+set timeout 60
- gdb_test_multiple "next" "$test" {
-   -re "\}.*$gdb_prompt $" {
-      send_gdb "next\n"
-@@ -71,6 +74,7 @@ gdb_test_multiple "next" "$test" {
-      exp_continue
-   }
- }
-+set timeout $timeout_old
- # Without this fixup we could end up in:
- # #0  0x00110416 in __kernel_vsyscall ()
This page took 0.074265 seconds and 4 git commands to generate.