RFR: 8041447: Test javax/swing/dnd/7171812/bug7171812.java fails with java.lang.RuntimeException: Test failed, scroll on drag doesn't work

Sergey Bylokhov serb at openjdk.org
Thu Jan 12 10:33:18 UTC 2023


On Thu, 12 Jan 2023 08:02:41 GMT, Prasanta Sadhukhan <psadhukhan at 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



More information about the client-libs-dev mailing list