On Thu, 12 Jan 2023 08:02:41 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
> Test probably was failing few years back due to samevm mode. > It's not failing now but made some robot safeguards. > Several iterations are passing in all CI platforms. Link in JBS. test/jdk/javax/swing/dnd/7171812/bug7171812.java line 69: > 67: robot.waitForIdle(); > 68: robot.delay(1000); > 69: robot.mouseMove(scrollPane.getLocationOnScreen().x + 5, The scrollPane should be accessed on EDT. ------------- PR: https://git.openjdk.org/jdk/pull/11959