Integrated: 8202667: java/awt/Debug/DumpOnKey/DumpOnKey.java times out on Windows

Alexander Zuev kizune at openjdk.java.net
Tue Nov 2 13:27:14 UTC 2021


On Mon, 1 Nov 2021 15:34:42 GMT, Alexander Zuev <kizune at openjdk.org> wrote:

> Looks like the problem occurs when system is slow to actually close windows,
> then keyboard events are going to the wrong window. The idea of the fix is to
> bring the new window to front before actual testing starts and close window
> on EDT and then wait for 2 seconds for actual hardware window to disappear.

This pull request has now been integrated.

Changeset: cd778f5b
Author:    Alexander Zuev <kizune at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/cd778f5b049d52b68ab5872aad5f81e86e1718f7
Stats:     14 lines in 2 files changed: 10 ins; 1 del; 3 mod

8202667: java/awt/Debug/DumpOnKey/DumpOnKey.java times out on Windows

Reviewed-by: prr

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

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



More information about the client-libs-dev mailing list