* gdb.base/default.exp: Set match_max to 5000 and the timeout

to 60 seconds.  Temporarily set match_max to 15000 around the
        "info copying" test.
Fixes timeout/overflow problems for hpux10.20 hosted toolchains.
This commit is contained in:
Jeff Law 1997-02-06 21:43:53 +00:00
parent dada510572
commit fed72befa9
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
Thu Feb 6 12:46:14 1997 Jeffrey A Law (law@cygnus.com)
* gdb.base/default.exp: Set match_max to 5000 and the timeout
to 60 seconds. Temporarily set match_max to 15000 around the
"info copying" test.
* gdb.base/nodebug.exp: Don't try to do an inferior function
call if the target doesn't support them.
* gdb.base/printcmds.exp: Likewise.