mirror of
https://github.com/darlinghq/darling-gdb.git
synced 2024-12-02 09:06:35 +00:00
* gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
higher, these tests generate a lot of output.
This commit is contained in:
parent
1eeb357e6a
commit
7010dbced3
@ -1,3 +1,8 @@
|
||||
Wed Jan 25 11:12:07 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
|
||||
higher, these tests generate a lot of output.
|
||||
|
||||
Tue Jan 24 07:58:44 1995 Jim Kingdon (kingdon@lioth.cygnus.com)
|
||||
|
||||
* lib/gdb.exp (gdb_test): Remove catch from around the send. The
|
||||
|
@ -1078,6 +1078,10 @@ proc all_fpu_comparison_tests { } {
|
||||
global prompt
|
||||
global hex
|
||||
global decimal
|
||||
global timeout
|
||||
|
||||
set oldtimeout $timeout
|
||||
set timeout 30
|
||||
|
||||
set fpu_comparison_formats [list {sgl} {dbl} {quad} ]
|
||||
|
||||
@ -1130,6 +1134,8 @@ proc all_fpu_comparison_tests { } {
|
||||
timeout { fail "(timeout) fcmp_$i tests (part2) " }
|
||||
}
|
||||
}
|
||||
|
||||
set timeout $oldtimeout
|
||||
}
|
||||
|
||||
proc all_special_tests { } {
|
||||
|
Loading…
Reference in New Issue
Block a user