RFR: 8225131: Test DragSourceMotionListenerTest.java fails on Windows [v2]
Tejesh R
tr at openjdk.org
Mon Sep 22 04:02:55 UTC 2025
On Thu, 18 Sep 2025 06:59:55 GMT, Tejesh R <tr at openjdk.org> wrote:
>> Test is failing frequently on mach5 machines. I have fixed it with stabilizations and moved the frame to center of the screen. After the fix several runs were made on mach5 and no failures were seen.
>
> Tejesh R has updated the pull request incrementally with one additional commit since the last revision:
>
> Review fix
> It would be logical to add `waitForIdle` _after all the dragging is finished_, after line 187. That is right before `robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK)` and `robot.keyRelease(KeyEvent.VK_CONTROL)` are called.
>
> This is what I asked for.
>
> And you've reverted no formatting changes, please revert formatting changes on the lines you don't touch.
Updated it, had to do it manually.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27283#issuecomment-3316678863
More information about the client-libs-dev
mailing list