This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [patch] testsuite fix for solaris 64bit testing


>>>>> "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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]