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 ------------- Commit messages: - 8197800: Test java/awt/Focus/NonFocusableWindowTest/NoEventsTest.java fails on Windows Changes: https://git.openjdk.java.net/jdk/pull/3623/files Webrev: https://webrevs.openjdk.java.net/?repo=jdk&pr=3623&range=00 Issue: https://bugs.openjdk.java.net/browse/JDK-8197800 Stats: 1 line in 1 file changed: 0 ins; 1 del; 0 mod Patch: https://git.openjdk.java.net/jdk/pull/3623.diff Fetch: git fetch https://git.openjdk.java.net/jdk pull/3623/head:pull/3623 PR: https://git.openjdk.java.net/jdk/pull/3623