RFR: 8196017: java/awt/Mouse/GetMousePositionTest/GetMousePositionWithPopup.java fails

Sergey Bylokhov serb at openjdk.java.net
Wed Nov 10 01:52:45 UTC 2021


On Fri, 29 Oct 2021 09:20:06 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

>> I have tried to run this test on macOS as a standalone code, and it hangs. The second frame is never disposed and still visible on the screen, not sure why.
>
>> I have tried to run this test on macOS as a standalone code, and it hangs. The second frame is never disposed and still visible on the screen, not sure why.
> 
> Yep, it works fine running from JavaTest but hangs when running from IDE, looks like extra mouseMove event being generated and we create extra frame. Luckily, that's easy to fix.

@azuev-java 
Looks like this test still fails if the 200% dpi is set on the windows, can you please confirm that?

-------------

PR: https://git.openjdk.java.net/jdk/pull/6128



More information about the client-libs-dev mailing list