This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC 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: Fix Java compilation crash


>>>>> "Mark" == Mark Mitchell <mark@codesourcery.com> writes:

Mark> The Java compiler was crashing on this test case:

Thanks.

Mark> Java people, I have no idea how to add a Java regression test.
Mark> You might want to take this test case and stick it in the
Mark> testsuite somewhere...

I'll try to get to it soon.  But FYI:

Regressions for the runtime go in libjava/testsuite/libjava.lang.
You can pick the name, though there is a general trend of naming the
file after the PR if there is one.

Regressions for the library typically go in Mauve.

Tests for the compiler itself go in libjava/testsuite/libjava.compile.
Programs here are run through the compiler only and aren't invoked.

JNI tests have their own directory too.

The permissible `.xfail' file contents are documented in
testsuite/lib/libjava.exp, in a comment just before the `test_libjava'
proc.

Tom


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