<Swing Dev> RFR: 8197825: [Test] Intermiitent timeout with javax/swing JColorChooser Test [v3]

Sergey Bylokhov serb at openjdk.java.net
Thu Jan 28 19:53:43 UTC 2021


On Thu, 28 Jan 2021 12:02:54 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:

> The test never dispose of the frame. Why is it expected to shut down the toolkit? Shall the frame be disposed of when the main thread in the test finishes?

The shutdown is caused by the System.exit call while the toolkit active, so we should shut down it before the end.

-------------

PR: https://git.openjdk.java.net/jdk/pull/2220


More information about the swing-dev mailing list