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

Abhishek Kumar abhiscxk at openjdk.org
Mon Dec 2 07:03:38 UTC 2024


On Mon, 2 Dec 2024 06:48:34 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> 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 ?
>
> Its not needed strictly par se and it passed without it also but I modified as the test is using Robot class so better to use robot method..

Ok..

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

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


More information about the client-libs-dev mailing list