diff options
author | Jim Blandy <jimb@codesourcery.com> | 1999-01-30 19:27:42 +0000 |
---|---|---|
committer | Jim Blandy <jimb@codesourcery.com> | 1999-01-30 19:27:42 +0000 |
commit | caf6b72db40da48f6a96212138d8504655a6e45f (patch) | |
tree | b8cbc5238e264e8432d07ff3353659cb9de15e1c /gdb | |
parent | 90757b8afdcda3b9fd5a0fe99eb314848e34275f (diff) | |
download | gdb-caf6b72db40da48f6a96212138d8504655a6e45f.zip gdb-caf6b72db40da48f6a96212138d8504655a6e45f.tar.gz gdb-caf6b72db40da48f6a96212138d8504655a6e45f.tar.bz2 |
*** empty log message ***
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 5647dfe..a1594ce 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,27 @@ +1999-01-30 Jim Blandy <jimb@zwingli.cygnus.com> + + * gdb.base/maint.exp: Use 'set height 0' to disable page + prompting, not 'set height 400'. + + Fix a bunch of timeouts. + * gdb.base/maint.exp ("maint print objfiles"): Break this up into + four separate tests, so expect doesn't take forever to match a ton + of text against a regexp with lots of .* forms. + ("maint print psymbols", "maint print symbols"): Make some of + these greps more selective, so that expect doesn't try to wade + through huge piles of output and time out. + + * gdb.base/maint.exp ("maint print msymbols"): Fix pattern. + + * gdb.base/maint.exp ("maint info breakpoints"): Split into two + tests: one which doesn't expect shlib events to be reported, and + another which does, but is XFAIL for all platforms other than + HP/UX. + + * gdb.base/break.exp: Teach the test suite that the `catch + fork', `catch vfork', and `catch exec' commands produce error + messages on platforms that don't provide these features. + Mon Jan 25 18:35:56 1999 Stan Shebs <shebs@andros.cygnus.com> * gdb.hp/gen-so-thresh.c, so-thresh.sh, so-thresh.exp, |