This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Re: [patch] minimal test case for sha-1 and md5
>>>>> "David" == David Daney <ddaney@avtrex.com> writes:
David> Should we create another testsuite directory (say
David> libjava.other) and put the tests in there? To me libjava.lang
David> implies tests related to java.lang.**, and to date it seems
David> that most of the tests there only test things in the java.lang
David> packages.
Once upon a time that was our plan, but then we started mauve instead.
Probably libjava.lang should be renamed libjava.run, or something like
that. It is different from libjava.compile in that its tests are
invoked rather than merely passed through the compiler.
Tom