On Thu, 22 Apr 2021 11:52:27 GMT, Prasanta Sadhukhan <psadhuk...@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 Updated ------------- PR: https://git.openjdk.java.net/jdk/pull/3623