This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Patch] java PR 12734
>>>>> "Ralph" == Ralph Loader <suckfish@ihug.co.nz> writes:
Ralph> Are the instructions at
Ralph> http://oss.software.ibm.com/developerworks/oss/cvs/jikes/~checkout~/jacks/jacks.html
Ralph> good enough? If not, more info appreciated.
Check out jacks as they say.
Then make a symlink gcc/libjava/testsuite/libjava.jacks/jacks that
points at the jacks checkout.
After this, "make check" will automatically run the jacks tests, and
will filter out the expected fails.
This still isn't perfect, though. If gcj crashes when running a jacks
test, we won't notice (if the test is one where the compiler is
expected to reject the input).
Tom