diff options
author | Jeff Law <law@redhat.com> | 1997-02-06 21:43:53 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 1997-02-06 21:43:53 +0000 |
commit | fed72befa9188479b225f337b78d933c0a3ee410 (patch) | |
tree | 674b7a6a636d9de7eac02c2396577eb0b7c965f6 /gdb | |
parent | dada510572401dcbf13efdc21e7c9ceef136534a (diff) | |
download | gdb-fed72befa9188479b225f337b78d933c0a3ee410.zip gdb-fed72befa9188479b225f337b78d933c0a3ee410.tar.gz gdb-fed72befa9188479b225f337b78d933c0a3ee410.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index d85aec9..306c042 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. |