On Thu, 22 Apr 2021 13:05:09 GMT, Pankaj Bansal <pban...@openjdk.org> wrote:
> The tests java/awt/Focus/8073453/AWTFocusTransitionTest.java and > java/awt/Focus/8073453/SwingFocusTransitionTest.java fail on MacOS > intermittently and are problem listed. The test needs lot of Robot actions. > It does not test if the components are visible on the screen. > > The changes fix this issue. Also, the frame is moved to centre of screen and > set to be at top always. Some more cleanup is done. The test is passing for > multiple iterations on all platforms on CI. Link in JBS. This pull request has now been integrated. Changeset: 0438cea6 Author: Pankaj Bansal <pban...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/0438cea65b927bcf3d039b290de7fd7c60a06922 Stats: 34 lines in 3 files changed: 20 ins; 6 del; 8 mod 8136517: [macosx]Test java/awt/Focus/8073453/AWTFocusTransitionTest.java fails on MacOSX Reviewed-by: serb ------------- PR: https://git.openjdk.java.net/jdk/pull/3624