This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: testsuite question
Tom Tromey wrote:
>
> >>>>> "Andreas" == Andreas Tobler <toa@pop.agri.ch> writes:
>
> Andreas> But for example Array_1 in libjava.lang I get:
> Andreas> FAIL: Array_1 compilation from source
> Andreas> ERROR: No `main' given in program Array_1
>
> I saw Andrew Pinski's note. And if it is a Darwin/expect bug, then
> that's "great" (in the sense that it means no work for me :-).
Well, I tried both, the apple included expect/dejagnu/tcl and the
expect/dejagnu from the pointers on the gcc side. Both fail but I cannot
say if different or not. I'll see.
>
> But just FYI: if you experience dejagnu problems you can look in
> testsuite/libjava.log for more information. If that doesn't have
> enough you can do something like this:
>
> make check RUNTESTFLAGS='--verbose'
This I found out as well
Thanks,
Andreas