RFR: 8345247: Deproblemlist test/jdk/javax/swing/JRadioButton/8075609/bug8075609.java

Abhishek Kumar abhiscxk at openjdk.org
Mon Dec 2 06:51:40 UTC 2024


On Fri, 29 Nov 2024 12:19:43 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> test/jdk/javax/swing/JRadioButton/8075609/bug8075609.java is not failing in OCI but still listed in PL.
> Removing as it is passing in OCI ubuntu22.04 system..Tested for 50 iterations in OCI..

test/jdk/javax/swing/JRadioButton/8075609/bug8075609.java line 55:

> 53:             robot = new Robot();
> 54:             robot.waitForIdle();
> 55:             robot.delay(1000);

Test is passing in my local machine without this extra delay.

Does the test pass on CI machines without this increased delay or the delay is required to make the test more stable ?

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

PR Review Comment: https://git.openjdk.org/jdk/pull/22458#discussion_r1865307896


More information about the client-libs-dev mailing list