diff options
author | Fred Fish <fnf@specifix.com> | 1996-11-11 18:33:14 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1996-11-11 18:33:14 +0000 |
commit | 77814fa88214b4a2b27284bb66aeb67689e23187 (patch) | |
tree | c8b51e50adc76705c0c04ae73678fbb838986739 /gdb | |
parent | 63a0ebfbe95c2b6177137d29ea6f57befe6bd195 (diff) | |
download | gdb-77814fa88214b4a2b27284bb66aeb67689e23187.zip gdb-77814fa88214b4a2b27284bb66aeb67689e23187.tar.gz gdb-77814fa88214b4a2b27284bb66aeb67689e23187.tar.bz2 |
* gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
tests and anonymous union print/ptype tests.
* gdb.base/list.exp (test_forward-search): Increase timeout by
5 minutes for the "search extremely long line" case.
* lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is
completely optional and that the pass/fail messages use the command as
the message if that third arg is a null string.
(gdb_test_exact): Arrange that a null string pattern means match a
null string output rather than any output, which might include random
errors.
* gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for
backtrace test.
* gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was
always failing and failure is now exposed by gdb.exp changes.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a937de8..5c35d5d 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,20 @@ +Mon Nov 11 10:27:55 1996 Fred Fish <fnf@cygnus.com> + + * gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype + tests and anonymous union print/ptype tests. + * gdb.base/list.exp (test_forward-search): Increase timeout by + 5 minutes for the "search extremely long line" case. + * lib/gdb.exp (gdb_test): Document that the third arg to gdb_test is + completely optional and that the pass/fail messages use the command as + the message if that third arg is a null string. + (gdb_test_exact): Arrange that a null string pattern means match a + null string output rather than any output, which might include random + errors. + * gdb.base/mips_pro.exp: Add "mips*-sgi-irix4*" xfail for + backtrace test. + * gdb.c++/demangle.exp: Add a "*-*-*" xfail for test that was + always failing and failure is now exposed by gdb.exp changes. + Sat Nov 9 11:13:24 1996 Fred Fish <fnf@cygnus.com> * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that |