RFR: 8196018: java/awt/Scrollbar/ScrollbarMouseWheelTest/ScrollbarMouseWheelTest.java fails [v3]

Sergey Bylokhov serb at openjdk.org
Fri Nov 18 08:41:31 UTC 2022


On Thu, 17 Nov 2022 20:08:01 GMT, Alexander Zvegintsev <azvegint at openjdk.org> wrote:

>> The issue contains evaluation:
>> * the test is not failing on Windows
>> * it also fails on Linux(but provided stack trace with failure is from different test)
>> 
>> I rechecked the test and it does not fail on all platforms.
>> 
>> Test is stabilized:
>> * replaced synchronization on windowActivated event with standard `robot.waitForIdle(); robot.delay(1000);`
>> * Robot autoDelay decreased to 250 to make the test go faster. It it still a reasonable value.
>> 
>> CI testing looks good also.
>
> Alexander Zvegintsev has updated the pull request incrementally with one additional commit since the last revision:
> 
>   removing extra waitForIdle(called automatically on mouseWheel because of setAutoWaitForIdle(true);

Marked as reviewed by serb (Reviewer).

-------------

PR: https://git.openjdk.org/jdk/pull/11213



More information about the client-libs-dev mailing list