From 77814fa88214b4a2b27284bb66aeb67689e23187 Mon Sep 17 00:00:00 2001 From: Fred Fish Date: Mon, 11 Nov 1996 18:33:14 +0000 Subject: [PATCH] * 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. --- gdb/testsuite/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a937de87545..5c35d5dff39 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,20 @@ +Mon Nov 11 10:27:55 1996 Fred Fish + + * 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 * gdb.c++/inherit.exp (test_ptype_vi): Log some passes that -- 2.30.2