This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] testsuite fix for solaris 64bit testing
- From: Tom Tromey <tromey at redhat dot com>
- To: Andreas Tobler <toa at pop dot agri dot ch>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 05 Jan 2004 12:49:25 -0700
- Subject: Re: [patch] testsuite fix for solaris 64bit testing
- References: <3FEC5992.4050903@pop.agri.ch>
- Reply-to: tromey at redhat dot com
>>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
Andreas> during some xmas testing I encountered tons of failures when testing
Andreas> solaris -m64 with a 32 bit native compiler.
Andreas> The reason was a simple library mismatch. Setting the
Andreas> LD_LIBRARY_PATH_64 for solaris -m64 reduced the failure count to a
Andreas> reasonable minimum with about 28000 passes and about 200
Andreas> failures. 32/64bit libjava testing with mauve.
Could you look at proc ${tool}_set_ld_library_path, near the end of
testsuite/lib/libjava.exp?
I think the libjava_init part of your patch is fine. For the other
parts, I think I'd prefer we just consolidate all the environment
variable settings into the aforementioned proc. Could you try that
change? If it works, let's also move the SHLIB_PATH and
DYLD_LIBRARY_PATH settings there.
Tom