]> git.pld-linux.org Git - packages/gdb.git/blame - gdb-6.6-testsuite-timeouts.patch
- obsolete file
[packages/gdb.git] / gdb-6.6-testsuite-timeouts.patch
CommitLineData
3a58abaf
AM
1--- ./gdb/testsuite/gdb.base/annota1.exp 10 Jan 2007 03:23:04 -0000 1.23
2+++ ./gdb/testsuite/gdb.base/annota1.exp 10 May 2007 12:54:11 -0000
3@@ -57,6 +57,8 @@ if [target_info exists gdb_stub] {
4 gdb_step_for_stub;
5 }
6
7+gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
8+
9 #
10 # the line at which break main will put the breakpoint
11 #
12--- ./gdb/testsuite/gdb.base/annota3.exp 9 Jan 2007 17:59:09 -0000 1.12
13+++ ./gdb/testsuite/gdb.base/annota3.exp 10 May 2007 12:54:11 -0000
14@@ -56,6 +56,8 @@ if [target_info exists gdb_stub] {
15 gdb_step_for_stub;
16 }
17
18+gdb_test "set breakpoint pending off" "" "Avoid lockup on nonexisting functions"
19+
20 #
21 # the line at which break main will put the breakpoint
22 #
23--- gdb-6.6/gdb/testsuite/gdb.threads/step-thread-exit.exp-orig 2007-05-10 15:03:15.000000000 +0200
24+++ gdb-6.6/gdb/testsuite/gdb.threads/step-thread-exit.exp 2007-05-10 15:04:24.000000000 +0200
25@@ -58,6 +58,9 @@ gdb_test "continue" "Break.*thread_funct
26 # thread to be stopped and a message printed to tell us we have stepped
27 # over the thread exit.
28 set test "step over thread exit 1"
29+# ppc64 is currently failing:
30+set timeout_old $timeout
31+set timeout 60
32 gdb_test_multiple "next" "$test" {
33 -re "\}.*$gdb_prompt $" {
34 send_gdb "next\n"
35@@ -71,6 +74,7 @@ gdb_test_multiple "next" "$test" {
36 exp_continue
37 }
38 }
39+set timeout $timeout_old
40
41 # Without this fixup we could end up in:
42 # #0 0x00110416 in __kernel_vsyscall ()
This page took 0.03953 seconds and 4 git commands to generate.