On Wed, 20 Oct 2021 07:04:18 GMT, Alexander Zuev <kiz...@openjdk.org> wrote:
> 8168388: GetMousePositionTest fails with the message "Mouse position should > not be null" test/jdk/java/awt/Mouse/GetMousePositionTest/GetMousePositionWithOverlay.java line 34: > 32: * @key headful > 33: * @bug 8012026 8196435 > 34: * @library ../../regtesthelpers Why do you need this? 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 ------------- PR: https://git.openjdk.java.net/jdk/pull/6028