* gdb.t00/teststrategy.exp: For p "foo", remove sun4 XFAIL (see
authorJim Kingdon <jkingdon@engr.sgi.com>
Mon, 24 May 1993 06:29:48 +0000 (06:29 +0000)
committerJim Kingdon <jkingdon@engr.sgi.com>
Mon, 24 May 1993 06:29:48 +0000 (06:29 +0000)
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

index a362a9532fe1baab42a3233a24755e68c033beff..bf3911f6f4765b7eabbf246740e92f7b0c525cb4 100644 (file)
@@ -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