On Thu, 17 Nov 2022 17:53:38 GMT, Sergey Bylokhov <[email protected]> wrote:
>> 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);
>
> test/jdk/java/awt/Scrollbar/ScrollbarMouseWheelTest/ScrollbarMouseWheelTest.java
> line 114:
>
>> 112:
>> 113: System.out.println("Test done.");
>> 114: if (sb1upevents == REPS &&
>
> Note that all these flags are updated on one thread and used on another.
Updated, also added extra delay after test.
-------------
PR: https://git.openjdk.org/jdk/pull/11213