This is the mail archive of the
gdb@sources.redhat.com
mailing list for the GDB project.
Re: C++ testsuite changes
- From: mec dot gnu at mindspring dot com (Michael Elizabeth Chastain)
- To: kettenis at chello dot nl
- Cc: gdb at sources dot redhat dot com
- Date: Thu, 1 Jan 2004 15:05:26 -0500 (EST)
- Subject: Re: C++ testsuite changes
Hi Mark,
> I noticed some PASSes that previously were XFAILs. Is that correct?
Let me have a look .... yes, these are the ptype's that I fixed.
In particular, I changed the results for tests like this:
ptype class vC
type = class vC : public virtual vA {
private:
vA *_vb.2vA;
public:
int vc;
int vx;
}
The old test would XFAIL this because gdb prints the virtual base
pointer, _vb.2vA. I don't consider that a bug so I don't XFAIL it
any more.
> I get some wierd ERRORs in virtfunc.exp.
> As far as I can tell, GDB doesn't crash.
This is stumping me.
I proofread "ptype D" forwards and backwards and compared it to
the code before and the code after, and I don't see any mistakes.
What is your host triple?
Which versions of TCL, Expect, and Dejagnu are you using?
Can you mail me the whole gdb.log section for virtfunc.exp?
Michael C