RFR: 8254841: [macos] Enter and Exit events shouldn't be sent whilst resizing [v5]

Phil Race prr at openjdk.java.net
Wed Sep 22 19:35:57 UTC 2021


On Wed, 22 Sep 2021 19:26:23 GMT, Alisen Chung <github.com+90066231+alisenchung at openjdk.org> 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



More information about the client-libs-dev mailing list