On Tue, 13 Apr 2021 20:14:46 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> Alexander Zvegintsev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Tuned for standalone mode. > > 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? Actually `jtreg` handles it. But I've updated the test to support standalone mode. ------------- PR: https://git.openjdk.java.net/jdk/pull/3474