On Mon, 2 Dec 2024 06:46:54 GMT, Abhishek Kumar <[email protected]> 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 ? 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.. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/22458#discussion_r1865309408
