diff options
author | Fred Fish <fnf@specifix.com> | 1994-01-31 15:22:47 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1994-01-31 15:22:47 +0000 |
commit | 9f388ef8db471b783515c23aeacecc04ad0b9e55 (patch) | |
tree | 4f5563710add88279270a52e2496d5cdff769db1 /gdb/testsuite | |
parent | 9e929d320a2ac06a1f6fc43b37712bbede2b81fd (diff) | |
download | gdb-9f388ef8db471b783515c23aeacecc04ad0b9e55.zip gdb-9f388ef8db471b783515c23aeacecc04ad0b9e55.tar.gz gdb-9f388ef8db471b783515c23aeacecc04ad0b9e55.tar.bz2 |
* gdb.t06/break.exp: Remove setup_xfails for
sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb.
* gdb.t20/inherit.exp (test_ptype_si): Update warning message
about known bug in gcc to include up through 2.5.8.
* gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as
well as "_vb$".
* gdb.t21/cplusfuncs.exp (test_lookup_operator_functions):
Remove setup_xfails for sparc-sun-solaris2.*, these tests no pass
with latest gcc and gdb.
* gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as
well as "_vb$".
Diffstat (limited to 'gdb/testsuite')
-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 7ede820..418218f 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,17 @@ +Mon Jan 31 06:43:45 1994 Fred Fish (fnf@cygnus.com) + + * gdb.t06/break.exp: Remove setup_xfails for + sparc-sun-solaris2.*, these tests now pass with latest gcc and gdb. + * gdb.t20/inherit.exp (test_ptype_si): Update warning message + about known bug in gcc to include up through 2.5.8. + * gdb.t20/inherit.exp (test_ptype_vi): Accept "_vb." as well as + well as "_vb$". + * gdb.t21/cplusfuncs.exp (test_lookup_operator_functions): + Remove setup_xfails for sparc-sun-solaris2.*, these tests no pass + with latest gcc and gdb. + * gdb.t22/virtfunc.exp (test_ptype_of_classes): Accept "_vb." as + well as "_vb$". + Sat Jan 29 23:31:26 1994 Jeffrey A. Law (law@snake.cs.utah.edu) * configure.in (hppa*-*-*): Also configure and build stabs-only |