aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1995-01-25 22:16:08 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1995-01-25 22:16:08 +0000
commit7010dbced37b482917e5649a41632409bae41960 (patch)
treeced3de40ac317c32afcd59f2e71efb4a37df5fae
parent1eeb357e6a549344090d3a9da973d338ae65ef23 (diff)
downloadfsf-binutils-gdb-7010dbced37b482917e5649a41632409bae41960.zip
fsf-binutils-gdb-7010dbced37b482917e5649a41632409bae41960.tar.gz
fsf-binutils-gdb-7010dbced37b482917e5649a41632409bae41960.tar.bz2
* gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
higher, these tests generate a lot of output.
-rw-r--r--gdb/testsuite/ChangeLog5
-rw-r--r--gdb/testsuite/gdb.disasm/hppa.exp6
2 files changed, 11 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog
index 9534a93..e7f80bf 100644
--- a/gdb/testsuite/ChangeLog
+++ b/gdb/testsuite/ChangeLog
@@ -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
diff --git a/gdb/testsuite/gdb.disasm/hppa.exp b/gdb/testsuite/gdb.disasm/hppa.exp
index f9d7b69..552a05d 100644
--- a/gdb/testsuite/gdb.disasm/hppa.exp
+++ b/gdb/testsuite/gdb.disasm/hppa.exp
@@ -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 { } {