This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: testsuite/*/*/*/*.exp run twice (Was: Is gcc.c-torture/execute/ieee/ieee.exp run twice in the test suite?)
- From: "H. J. Lu" <hjl at lucon dot org>
- To: John David Anglin <dave at hiauly1 dot hia dot nrc dot ca>
- Cc: Rob Savoye <rob at welcomehome dot org>, dje at watson dot ibm dot com,cato at df dot lth dot se, christian at j-son dot org, gcc at gcc dot gnu dot org,joern dot rennecke at superh dot com, dejagnu at gnu dot org,philip dot wilsey at cliftonlabs dot com
- Date: Fri, 6 Jun 2003 10:38:25 -0700
- Subject: Re: testsuite/*/*/*/*.exp run twice (Was: Is gcc.c-torture/execute/ieee/ieee.exp run twice in the test suite?)
- References: <20030606110549.I28257@welcomehome.org> <200306061725.h56HP45T001212@hiauly1.hia.nrc.ca>
On Fri, Jun 06, 2003 at 01:25:03PM -0400, John David Anglin wrote:
> > On Fri, Jun 06, 2003 at 12:33:09PM -0400, David Edelsohn wrote:
> >
> > > is the one reported by HJ Lu and still present in both trees. It would be
> > > nice if the utils.exp bug and the other bugs were fixed in both
> > > repositories while we wait for a new, official release.
> >
> > Well, isn't that the usual process ? :-) Subversions just let me back in
> > since it processed my new key. I can now do some testing & checkin of a fix
> > for this particular bug.
> >
> > I'd also like to get Chris's XML format change before I get too involved
> > in getting a new release ready. :-)
>
> While we are on the subject of "deja" bugs, there is a buffer truncation
> problem that particularly seems to plague hppa-linux but I have also seen
> if occur on i386-linux. This affects tests that produce a large amount
> of output. The last part of the data received by dejagnu is truncated,
> usually in the middle of a line. This might be a kernel or glibc
> problem as I never see it under hpux. If anybody has any clues as to
> the fix, let me know.
It sounds like an expect bug I fixed long time ago:
http://gcc.gnu.org/ml/gcc/2002-10/msg00804.html
http://sourceforge.net/tracker/index.php?func=detail&aid=623629&group_id=13179&atid=313179
H.J.