gdb/testsuite/
* gdb.reverse/until-precsave.exp (run to end of main) Extend the timeout.
This commit is contained in:
parent
f80bef4e07
commit
27949e7316
2 changed files with 9 additions and 0 deletions
|
@ -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
|
||||
|
|
|
@ -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\." \
|
||||
|
|
Loading…
Reference in a new issue