aboutsummaryrefslogtreecommitdiff
path: root/gdb
diff options
context:
space:
mode:
authorJan Kratochvil <jan.kratochvil@redhat.com>2011-12-09 17:36:02 +0000
committerJan Kratochvil <jan.kratochvil@redhat.com>2011-12-09 17:36:02 +0000
commit27949e7316463f8b3ebf9f1bb33096e14f61cdbc (patch)
treee741ffe61b22c75a42481a2c8e516f5a558be662 /gdb
parentf80bef4e072e8437058cb529cc3abea48904bde1 (diff)
downloadgdb-27949e7316463f8b3ebf9f1bb33096e14f61cdbc.zip
gdb-27949e7316463f8b3ebf9f1bb33096e14f61cdbc.tar.gz
gdb-27949e7316463f8b3ebf9f1bb33096e14f61cdbc.tar.bz2
gdb/testsuite/
* gdb.reverse/until-precsave.exp (run to end of main) Extend the timeout.
Diffstat (limited to 'gdb')
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.reverse/until-precsave.exp4
2 files changed, 9 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index d5b24fc..13dc282 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -1,3 +1,8 @@
+2011-12-09 Jan Kratochvil <jan.kratochvil@redhat.com>
+
+ * gdb.reverse/until-precsave.exp (run to end of main) Extend the
+ timeout.
+
2011-12-08 Tom Tromey <tromey@redhat.com>
* gdb.cp/ovsrch.exp (test_class): Correctly use "a_param" in
diff --git a/gdb/testsuite/gdb.reverse/until-precsave.exp b/gdb/testsuite/gdb.reverse/until-precsave.exp
index edf1a02..443244e 100644
--- a/gdb/testsuite/gdb.reverse/until-precsave.exp
+++ b/gdb/testsuite/gdb.reverse/until-precsave.exp
@@ -48,7 +48,11 @@ gdb_test "break $end_of_main" \
"Breakpoint $decimal at .*/$srcfile, line $end_of_main\." \
"BP at end of main"
+# This can take awhile.
+set oldtimeout $timeout
+set timeout [expr $oldtimeout + 120]
gdb_test "continue" "Breakpoint .* set breakpoint 10a here .*" "run to end of main"
+set timeout $oldtimeout
gdb_test "record save until.precsave" \
"Saved core file until.precsave with execution log\." \