I am interested in how JDK is tested itself, what test engine it uses.
I found some links:
- https://github.com/ddopson/openjdk-test - does not look as official repository
- http://openjdk.java.net/jtreg/ - contains regression tests, points to Jonathan Gibbons' blog but seems that it is unavailable
Also, I would like to see how frameworks like Swing and JavaFX are tested.
Are there any manuals / instructions available about how to execute / look through JDK tests?