* gdb.reverse/i387-env-reverse.exp: Extend timeout of

"record to end of main" test.
This commit is contained in:
Doug Evans 2011-11-10 19:22:07 +00:00
parent f6b47be484
commit 792a023056
2 changed files with 7 additions and 0 deletions

View File

@ -1,5 +1,8 @@
2011-11-10 Doug Evans <dje@google.com>
* gdb.reverse/i387-env-reverse.exp: Extend timeout of
"record to end of main" test.
* gdb.python/py-type.c (TS): New typedef.
(ts): New global.
* gdb.python/py-type.exp: Test field list of typedef.

View File

@ -49,8 +49,12 @@ runto main
set location [gdb_get_line_number "END I387-FLOAT-REVERSE"]
gdb_test_no_output "record" "Turn on process record"
# This can take awhile.
set oldtimeout $timeout
set timeout [expr $oldtimeout + 120]
gdb_test "until $location" ".*/$srcfile:$location.*" \
"record to end of main"
set timeout $oldtimeout
# Now rewind to beginning so we can begin testing.