diff options
author | Fred Fish <fnf@specifix.com> | 1995-06-22 00:51:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1995-06-22 00:51:47 +0000 |
commit | b9f12fd91161fe93a7980156ca7a1168946538a7 (patch) | |
tree | 2356787093cfd3be4b7f95049db5783387332c5f /gdb | |
parent | c151fd1e13fc218f89cf3e3e7a7cf3f6c7e44987 (diff) | |
download | gdb-b9f12fd91161fe93a7980156ca7a1168946538a7.zip gdb-b9f12fd91161fe93a7980156ca7a1168946538a7.tar.gz gdb-b9f12fd91161fe93a7980156ca7a1168946538a7.tar.bz2 |
* 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.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 4ba623f..ed71965 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -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. |