Unit tests for OpenJDK?

Harry Simons simonsharry at gmail.com
Sun Apr 27 10:17:32 UTC 2014


Thanks for your response.

Looks like, without a formal form-submission and form-approval process I
will not be given JCK.

May I ask the members in the community that without free and easy access to
JCK to one and all, how on earth could an applications developer (like
myself) possibly ever finish writing (complete with unit testing!) a custom
file-system based on the FileSystemProvider API which Java itself provides?

If not the full JCK, I think the powers-that-be should provide to all
application developers, freely and easily, at least a subset of the JCK
that covers nontrivial API such as FileSystemProvider!

Wonder, how other developers like myself would handle this situation.


On Sun, Apr 27, 2014 at 2:30 PM, Andrew Haley <aph at redhat.com> wrote:

> On 04/27/2014 09:55 AM, Harry Simons wrote:
>
> > I downloaded OpenJDK 7u40 source bundle, and was expecting to find in it
> > tons and tons of unit tests for, well, at least all public methods of all
> > of its public classes.
> >
> > However, under the openjdk/jdk/test/ directory of the downloaded bundle,
> > are sitting merely *regression* tests -- or, tests created for *specific*
> > bugs.
> >
> > I'd like to know if OpenJDK comes with its unit tests or not? And, if
> yes,
> > where can I find them? If not, why are they not being shared openly.
>
> Because the JCK is shipped separately.
>
> http://openjdk.java.net/groups/conformance/JckAccess/
>
> Andrew.
>
>



More information about the discuss mailing list