On Thu, 17 Nov 2022 14:38:41 GMT, Alexander Zvegintsev <[email protected]> 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. This pull request has now been integrated. Changeset: 16ab754e Author: Alexander Zvegintsev <[email protected]> URL: https://git.openjdk.org/jdk/commit/16ab754e49fef50b373e9d30ef889a53c23fa530 Stats: 55 lines in 2 files changed: 17 ins; 28 del; 10 mod 8196018: java/awt/Scrollbar/ScrollbarMouseWheelTest/ScrollbarMouseWheelTest.java fails Reviewed-by: psadhukhan, serb, dnguyen ------------- PR: https://git.openjdk.org/jdk/pull/11213
