On Wed, 22 Sep 2021 19:26:23 GMT, Alisen Chung <[email protected]> wrote:
>> test/jdk/java/awt/event/MouseEvent/ResizeMouseExitEnterMisfire/ResizeMouseExitEnterMisfire.java >> line 38: >> >>> 36: * @bug 8254841 >>> 37: * @summary Tests spurious firing of mouseEntered and mouseExit on >>> resize >>> 38: * @run main ResizeMouseExitEnterMisfire >> >> I guess the test should be marked headful. >> Also, did you test on all platforms by giving CI job since you did not mark >> it only for mac? >> It seems it fails on windows. > > I'm currently unable to test windows platform, so I'm not sure.. Not a "CI" job (CI jobs run on the integrated fixes in mainline) but you can submit a test job (ask me how) Yes this test absolutely needs @key headful else it will cause problems in the CI jobs. ------------- PR: https://git.openjdk.java.net/jdk/pull/5497
