Where I can find OpenJDK tests?

Viewed 1438

I am interested in how JDK is tested itself, what test engine it uses.

I found some links:

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?

2 Answers
Related