From: Fred Fish Date: Thu, 22 Jun 1995 00:51:47 +0000 (+0000) Subject: * gdb.base/return.exp: Xfail `return double' test failure X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=b9f12fd91161fe93a7980156ca7a1168946538a7;p=binutils-gdb.git * 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. --- diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4ba623f1fc3..ed719654739 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,5 +1,19 @@ +Wed Jun 21 16:35:55 1995 Fred Fish + + * 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.