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

Alexander Zvegintsev azvegint at openjdk.org
Thu Nov 17 20:08:03 UTC 2022


On Thu, 17 Nov 2022 17:53:38 GMT, Sergey Bylokhov <serb at openjdk.org> 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



More information about the client-libs-dev mailing list