diff options
author | Fred Fish <fnf@specifix.com> | 1993-08-26 18:35:26 +0000 |
---|---|---|
committer | Fred Fish <fnf@specifix.com> | 1993-08-26 18:35:26 +0000 |
commit | aed23900657cb9817881ef52808c34146713350b (patch) | |
tree | bcc33e84a023558ef0a3b36b8388393b06e6d610 /gdb | |
parent | 065525e3a71a7750888b55675a6ee58eb8fdb309 (diff) | |
download | gdb-aed23900657cb9817881ef52808c34146713350b.zip gdb-aed23900657cb9817881ef52808c34146713350b.tar.gz gdb-aed23900657cb9817881ef52808c34146713350b.tar.bz2 |
* gdb.t22/virtfunc.exp: Accept missing struct/class names as
an expected fail for certain ptype commands.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/testsuite/ChangeLog b/gdb/testsuite/ChangeLog index 6bd456d..e478207 100644 --- a/gdb/testsuite/ChangeLog +++ b/gdb/testsuite/ChangeLog @@ -1,3 +1,11 @@ +Thu Aug 26 07:20:00 1993 Fred Fish (fnf@deneb.cygnus.com) + + * gdb.t22/virtfunc.exp: Accept missing struct/class names as + an expected fail for certain ptype commands. + + * gdb.t20/classes.exp: Update expected results of "ptype class + Base1" to account for the constructor that now appears in the type. + Wed Aug 25 16:48:05 1993 Fred Fish (fnf@deneb.cygnus.com) * configure.in (configdirs): Restore gdb.t04, which mysteriously |