From e726f3b519b8c81d1b71df03cf5d4a5c72d6aae7 Mon Sep 17 00:00:00 2001 From: Jim Kingdon Date: Mon, 24 May 1993 06:29:48 +0000 Subject: [PATCH] * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see PRMS 1823; the bug still exists but isn't reproduced by this test anymore), and remove rs6000 XFAIL (the bug is fixed). * gdb.t03/ptype.exp: Comment out a lot of tests which are basically duplicated from whatis.exp. For those that are left, accept "long", "long int", or "int" for long variables (whatis.exp already has an XFAIL for "int", so no need to fail it here). * gdb.t02/whatis.exp, gdb.t10/crossload.exp: Deal with GCC's names for types now that GDB uses the compiler's names. * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some setup_xfail's for sunos4. If we #defined the signed keyword away, don't expect GDB to know that char it is signed. * gdb.t00/teststrategy.exp: Update for symbolic signal names. --- gdb/testsuite/ChangeLog | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index a362a9532f..bf3911f6f4 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,23 @@ +Mon May 24 00:24:47 1993 Jim Kingdon (kingdon@lioth.cygnus.com) + + * gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (the bug + still exists but isn't reproduced by this test anymroe), and remove + rs6000 XFAIL (the bug is fixed). + + * gdb.t03/ptype.exp: Comment out a lot of tests which are basically + duplicated from whatis.exp. For those that are left, accept + "long", "long int", or "int" for long variables (whatis.exp already + has an XFAIL for "int", so no need to fail it here). + + * gdb.t02/whatis.exp, gdb.t10/crossload.exp: + Deal with GCC's names for types now that GDB uses the compiler's names. + + * gdb.t02/{Makefile.in,gdbme.c,whatis.exp}: If not GCC, do some + setup_xfail's for sunos4. If we #defined the signed keyword away, + don't expect GDB to know that char it is signed. + + * gdb.t00/teststrategy.exp: Update for symbolic signal names. + Sun May 23 08:44:55 1993 Fred Fish (fnf@cygnus.com) * configure.in (configdirs): Add gdb.t24 for C++ tests that -- 2.34.1