* gdb.c++/inherit.exp (test_ptype_si): Fix tagless struct ptype
authorFred Fish <fnf@specifix.com>
Mon, 11 Nov 1996 18:33:14 +0000 (18:33 +0000)
committerFred Fish <fnf@specifix.com>
Mon, 11 Nov 1996 18:33:14 +0000 (18:33 +0000)
  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.

gdb/testsuite/ChangeLog

index a937de875459776d17eac11110d8f161e9a8adcb..5c35d5dff39cb7e356252fcfc6bece736b007865 100644 (file)
@@ -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