On Mon, 9 Dec 2024 05:31:35 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> javax/swing/JSplitPane/4164779/JSplitPaneKeyboardNavigationTest.java fails in > ubuntu22.04 citing > > > Verifier 1 failed, rightButton2 is not focus owner,F6 doesn't transfer focus > to the right/bottom side of the splitpane > Verifier 2 passed > Verifier 3 passed > Verifier 4 passed > ----------System.err:(11/842)---------- > java.lang.RuntimeException: Test failed, verifiers 1, failed for > com.sun.java.swing.plaf.motif.MotifLookAndFeel > > > seems like focus is not transferred in time but is very intermittent...Added > stability fixes with waitForIdle, delay and test passed in several OCI > systems without issue This pull request has now been integrated. Changeset: 8de0622c Author: Prasanta Sadhukhan <[email protected]> URL: https://git.openjdk.org/jdk/commit/8de0622c3a5c9e01e79659ef0b43b1b01dfa5cf6 Stats: 25 lines in 1 file changed: 15 ins; 2 del; 8 mod 8345767: javax/swing/JSplitPane/4164779/JSplitPaneKeyboardNavigationTest.java fails in ubuntu22.04 Reviewed-by: honkar, dnguyen ------------- PR: https://git.openjdk.org/jdk/pull/22631
