On Thu, 29 Apr 2021 09:24:37 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> This test was failing earlier in our nightly testing citing > "jjava.lang.RuntimeException: t2 is not a focus owner > > Updated test to > use swing components in EDT, > setAutoDelay for mouse events, > add a delay after frame is made visible, > move the frame to center of screen > and dispose of the frame finally. > > Several iterations of the test pass in all platforms. Link in JBS. This pull request has now been integrated. Changeset: dd8286e2 Author: Prasanta Sadhukhan <psadhuk...@openjdk.org> URL: https://git.openjdk.java.net/jdk/commit/dd8286e2f3f7e0a4b0b07b4ea84be4d36414c330 Stats: 121 lines in 2 files changed: 49 ins; 35 del; 37 mod 8198616: java/awt/Focus/6378278/InputVerifierTest.java fails on mac Reviewed-by: jdv ------------- PR: https://git.openjdk.java.net/jdk/pull/3792