<AWT Dev> RFR: 8197800: Test java/awt/Focus/NonFocusableWindowTest/NoEventsTest.java fails on Windows

Alexey Ivanov aivanov at openjdk.java.net
Tue Apr 27 20:26:16 UTC 2021


On Thu, 22 Apr 2021 11:52:27 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> This test rootcause which is 
> 
> sun.awt.SunToolkit$InfiniteLoop
> at sun.awt.SunToolkit.realSync(SunToolkit.java:1498)
> at sun.awt.SunToolkit.realSync(SunToolkit.java:1426)
> at java.awt.Robot.waitForIdle(Robot.java:574)
> at NoEventsTest.pause(NoEventsTest.java:50)
> at NoEventsTest.performFocusClick(NoEventsTest.java:161)
> at NoEventsTest.main(NoEventsTest.java:109)
> 
> is found out to be same as with this bug JDK-8000171 via this comment 
> https://bugs.openjdk.java.net/browse/JDK-8000171?focusedCommentId=13825066&page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#comment-13825066
> which is dup of 8196100: javax/swing/text/JTextComponent/5074573/bug5074573.java fails and  and fixed there.
> 
> So, we can remove the test from problemlist

Looks good provided it's stable now.
Could you please add the root cause into JBS?
Otherwise it will look as if the test was removed from the problem list without any fix.

[JDK-8196100](https://bugs.openjdk.java.net/browse/JDK-8196100) could be added as duplicate link in JBS and as relates to [JDK-8000171](https://bugs.openjdk.java.net/browse/JDK-8000171)

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

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


More information about the awt-dev mailing list