RFR: 8168388: GetMousePositionTest fails with the message "Mouse position should not be null"

Alexander Zuev kizune at openjdk.java.net
Wed Oct 20 08:33:09 UTC 2021


On Wed, 20 Oct 2021 07:22:11 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

>> 8168388: GetMousePositionTest fails with the message "Mouse position should not be null"
>
> test/jdk/java/awt/Mouse/GetMousePositionTest/GetMousePositionWithOverlay.java line 50:
> 
>> 48: 
>> 49:         try {
>> 50:             SwingUtilities.invokeAndWait(GetMousePositionWithOverlay::constructTestUI);
> 
> Do we need EDT as it is constructing a Frame and not a JFrame

It does not hurt so i tend to use it just to make execution more streamlined.

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

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



More information about the client-libs-dev mailing list