]> Git Repo - binutils.git/commitdiff
* config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
authorFred Fish <[email protected]>
Thu, 15 Feb 1996 19:00:34 +0000 (19:00 +0000)
committerFred Fish <[email protected]>
Thu, 15 Feb 1996 19:00:34 +0000 (19:00 +0000)
from dejagnu's apparent default of 10 seconds, which gives random results
when running the tests over NFS on moderately loaded systems.
* lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.

gdb/testsuite/ChangeLog
gdb/testsuite/config/unix-gdb.exp

index 98757a3bfc7a0fb386d70aaf7905ef82cbd8a51e..cb38feb19d0d2254a783ad5e9891e6487bc1b7dc 100644 (file)
@@ -1,6 +1,15 @@
-Sun Feb 11 11:30:45 1996  Fred Fish  <[email protected]>
+Thu Feb 15 08:12:55 1996  Fred Fish  <[email protected]>
 
-       * gdb.base/a2-run.exp: Replace $binfile with $testfile in test result reports.
+       * config/unix-gdb.exp: Default timeout in UNIX case to 30 seconds, up
+       from dejagnu's apparent default of 10 seconds, which gives random results
+       when running the tests over NFS on moderately loaded systems.
+       * lib/gdb.exp (gdb_run_cmd): Add "(timeout)" in timeout case.
+
+Mon Feb 12 16:50:28 1996  Fred Fish  <[email protected]>
+
+       * gdb.base/callfuncs.exp: Remove setup_xfail for PR 5318.  Now fixed.
+       * gdb.base/a2-run.exp: Replace $binfile with $testfile in test
+       result reports.
 
 Fri Feb  9 15:56:51 1996  Fred Fish  <[email protected]>
 
index 3d466ce7abd5c0a5a8cced623f2b9a650ff8c4f6..d8e0528230c8aa846b2cf05741f2e710364f209b 100644 (file)
 
 # This file was written by Rob Savoye. ([email protected])
 
+# Set a default timeout to be used for the tests under UNIX, rather than
+# accepting whatever default dejagnu gives us (apparently 10 seconds).
+# When running the tests over NFS, under somewhat heavy load, 10 seconds
+# does not seem to be enough.  Try starting with 30.
+set timeout 30
+
 load_lib gdb.exp
 
 # variables that need to set up
This page took 0.045302 seconds and 4 git commands to generate.