Unit tests for OpenJDK?

Andrew Haley aph at redhat.com
Sun Apr 27 09:00:32 UTC 2014


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