On Tue, 13 Apr 2021 19:24:43 GMT, Alexander Zvegintsev <azveg...@openjdk.org> wrote:
> This manual test was written for Metal L&F, so now it is set explicitly. > Test is also refactored to use JFrame instead of Applet. > > The test is not in `ProblemList.txt`. > It still fails on JDK 1.5 (after removing all syntactic sugar). test/jdk/javax/swing/JCheckBox/4449413/bug4449413.java line 87: > 85: if (timeoutHappened || failed) { > 86: throw new RuntimeException("Test failed!"); > 87: } Shall the test dispose of the frame if it times out? ------------- PR: https://git.openjdk.java.net/jdk/pull/3474