* gdb.disasm/hppa.exp (all_fpu_comparison_tests): Set timeout
authorJim Kingdon <jkingdon@engr.sgi.com>
Wed, 25 Jan 1995 22:16:08 +0000 (22:16 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Wed, 25 Jan 1995 22:16:08 +0000 (22:16 +0000)
higher, these tests generate a lot of output.

gdb/testsuite/ChangeLog
gdb/testsuite/gdb.disasm/hppa.exp

index 9534a93e1105af40148d2e796a5b098a4afb984e..e7f80bfb75366c4ef4fe75d0319208453d6b67d7 100644 (file)
@@ -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
index f9d7b69f3e2ff594b7e330aea02515192c9ebd3a..552a05d6e4144e975897e7842482fc1147c05c14 100644 (file)
@@ -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 { } {
This page took 0.029019 seconds and 4 git commands to generate.