<AWT Dev> RFR: 8198616: java/awt/Focus/6378278/InputVerifierTest.java fails on mac

Jayathirth D V jdv at openjdk.java.net
Thu Apr 29 10:41:51 UTC 2021


On Thu, 29 Apr 2021 09:24:37 GMT, Prasanta Sadhukhan <psadhukhan at 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.

I dont see CI test run link in JBS.
Also if we see duplicate of this bug : https://bugs.openjdk.java.net/browse/JDK-8198233 . It is mentioned that if fails only when run in group : https://bugs.openjdk.java.net/browse/JDK-8198233?focusedCommentId=14157928&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-14157928 

Is CI test run in group to check whether it passes with fix?

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

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


More information about the awt-dev mailing list