On Mon, 26 Sep 2022 11:03:40 GMT, Tejesh R <t...@openjdk.org> wrote: > Can we move the test file to one directory back as we are doing it in swing > test fix. Means moving the test to Multscreen folder, instead of > MultiScreenLocationTest.....?
I second this. The test can sit inside the Multiscreen folder without the need for a subfolder to match the way new tests are added. > This test fails for me everytime at Robot.mouseMove test with/without fix at > Screen #0(built-in display). I have built-in display as main display and > external monitor. It is not moving forward to verify PixelColor with/without > fix. I plugged in an external monitor aand had my built-in display as the main display and can confirm that the test still fails every time I ran it (tested 5 times each) with and without the fix. I'm on macOS 12.3.1. ------------- PR: https://git.openjdk.org/jdk/pull/10363