On Thu, 22 Apr 2021 08:52:23 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> 
wrote:

> This test was failing in CI nightly testing due to samevm mode issue. 
> Modified test to use waitForIdle() judiciously, dispose frame in finally 
> block and move the frame to center of screen.
> Several iterations of the test pass in all platforms. Link in JBS.

test/jdk/java/awt/Focus/FocusTraversalPolicy/ButtonGroupLayoutTraversal/ButtonGroupLayoutTraversalTest.java
 line 81:

> 79:             }
> 80: 
> 81:             robot.waitForIdle();

Looks like this is not needed, a line above we call it already(in the loop.)

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

PR: https://git.openjdk.java.net/jdk/pull/3618

Reply via email to