This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: Many Failures In libjava Testsuite!
- From: Bryce McKinlay <mckinlay at redhat dot com>
- To: Kelley Cook <kcook at gcc dot gnu dot org>
- Cc: gcc-patches at gcc dot gnu dot org, java-patches at gcc dot gnu dot org, Nathanael Nerode <neroden at gcc dot gnu dot org>
- Date: Tue, 30 Nov 2004 14:55:00 -0500
- Subject: Re: Many Failures In libjava Testsuite!
- References: <coeq1l$s24$1@sea.gmane.org> <41AB0AE3.2020406@gmail.com> <41ABC1F2.4050707@redhat.com> <41ACBD00.8080200@gcc.gnu.org>
Kelley Cook wrote:
Bryce,
This patch combines both of our ideas and looks pretty clean.
Benefits:
The exportable gc_config.h will only contain THREAD_LOCAL_ALLOC, but
could easily be extended contain more with a simple extension to the
grep.
Hi Kelley,
I suspect there will still be problems with only THREAD_LOCAL_ALLOC
defined - see PR 18699. These problems didn't show up in the regression
suite for me, only with the TT.java file given in that PR.
Actually, I'll look into modifying TT.java to give predictable output
and get it into the libjava test suite.
Bryce