Andreas Tobler wrote:
Hi Peter,
Peter O'Gorman wrote:
Andreas Tobler wrote:
Jack Howarth wrote:
On i686-apple-darwin9, I am seeing massive regressions in the
libjava
testsuite in revision 140713 compared to my previous test on 20080925.
Since the libtool updates went in (which would see the likely culprit),
we went from zero to 835 unexpected failures.
http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg02174.html
http://gcc.gnu.org/ml/gcc-testresults/2008-09/msg02291.html
I'll send a patch later today.
Thanks Andreas, libtool prints this warning for:
*-*-cygwin* | *-*-mingw* | *-*-pw32* | *-*-os2* | *-*-darwin* | *-cegcc*
So, the libjava testsuite's libjava.exp should probably avoid adding
-no-install for a similar set of targets.
Hm, cygwin and mingw are already in, pw32, os2 and cegcc I never heared
in combination with libjava and gcc.
So my first attempt I sent to java-patches would still be ok.
http://gcc.gnu.org/ml/java-patches/2008-q3/msg00103.html
But for completness I can add those targets as well.
I left those targets since they do not occur in libjava land so far. In
case they appear we will add them.
To get rid of I committed the patch.
http://gcc.gnu.org/ml/gcc-cvs/2008-09/msg00962.html
Thanks,
Andreas
2008-09-30 Andreas Tobler <[EMAIL PROTECTED]>
* testsuite/lib/libjava.exp (libjava_arguments): Do not append
"no-install" to additional_flags for *-*-darwin.