* gdb.base/return.exp: Xfail `return double' test failure
authorFred Fish <fnf@specifix.com>
Thu, 22 Jun 1995 00:51:47 +0000 (00:51 +0000)
committerFred Fish <fnf@specifix.com>
Thu, 22 Jun 1995 00:51:47 +0000 (00:51 +0000)
on at least Solaris 2.3 and handle future/past versions on
a case by case basis as appropriate.  Also update message
to include i*86 failures.

gdb/testsuite/ChangeLog

index 4ba623f1fc3d2a01faf6ca4ec09a48e8d1e7a006..ed719654739b85e64a6b73d2edbfbe71393784c1 100644 (file)
@@ -1,5 +1,19 @@
+Wed Jun 21 16:35:55 1995  Fred Fish  <fnf@lisa.cygnus.com>
+
+       * gdb.base/return.exp:  Xfail `return double' test failure
+       on at least Solaris 2.3 and handle future/past versions on
+       a case by case basis as appropriate.  Also update message
+       to include i*86 failures.
+
 Wed May 24 07:10:10 1995  Jim Kingdon  (kingdon@lioth.cygnus.com)
 
+       * Makefile.in: Change variable CFLAGS to TESTSUITE_CFLAGS.
+
+       * lib/gdb.exp: Fix comment which erroneously identified
+       gdb_file_cmd as gdb_load (the 19 May change was in fact to
+       gdb_file_cmd not gdb_load).
+       * config/unix-gdb.exp (gdb_load): Add "upvar timeout timeout".
+
        * gdb.base/setvar.exp: Make test names consistent between pass and
        fail cases.  Use gdb_test more.