RFR: 8361387 : Test bug4655513.java fails intermittently on Windows platform. [v2]
Anass Baya
abaya at openjdk.org
Mon Aug 25 10:52:51 UTC 2025
On Wed, 20 Aug 2025 08:58:03 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:
>> Anass Baya has updated the pull request incrementally with one additional commit since the last revision:
>>
>> remove delay
>> use InputEvent
>
> test/jdk/javax/swing/DataTransfer/bug4655513.java line 73:
>
>> 71: robot.delay(20);
>> 72: }
>> 73: robot.mouseRelease(InputEvent.BUTTON1_DOWN_MASK);
>
> mousePress parameter should be `InputEvent.BUTTON1_DOWN_MASK` instead which is usually the norm? mouseRelease is called correctly..
> Also, I dont think we usually use delay between drag...guess once drag is complete, we can call waitForIdle and delay..
Hello @prsadhuk,
Thank you for your review.
its done
-------------
PR Review Comment: https://git.openjdk.org/jdk/pull/26824#discussion_r2297774196
More information about the client-libs-dev
mailing list