testing - How can I get the unit test cases that the developers of the JDK performed on the JDK classes? -
how can info unit test cases developers of jdk performed on jdk classes?
see "quality process" , "test methodologies" of openjdk. see "testing build":
you can test build completed using build run various demos find in build/platform/j2sdk-image/demo directory.
the provided regression tests can run jtreg utility the jtreg site.
Comments
Post a Comment