On Sun, 25 Apr 2021 16:27:46 GMT, Pankaj Bansal <pban...@openjdk.org> wrote:
> The tests a javax/swing/JComboBox/8033069/bug8033069ScrollBar.java and > javax/swing/JComboBox/8033069/bug8033069NoScrollBar.java fails > intermittently. The tests have a few problems which could cause this > behaviour and the are being fixed here. > > 1. Test access the Swing components without EDT thread at couple of places. > 2. Test is not calling waitForIdle or delay after Robot.mouseMove operations. > > There is some additional cleanup done in the fix and moved the frame in > centre. The tests pass with multiple iterations on CI. Link in the JBS. This pull request has now been integrated. Changeset: 9481fad4 Author: Pankaj Bansal <pban...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/9481fad4 Stats: 34 lines in 2 files changed: 16 ins; 9 del; 9 mod 8163367: Test javax/swing/JComboBox/8033069/bug8033069NoScrollBar.java javax/swing/JComboBox/8033069/bug8033069ScrollBar.java fails intermittently Reviewed-by: aivanov ------------- PR: https://git.openjdk.java.net/jdk/pull/3678