RFR: 8296554: MouseLocationOnScreenTest sometime fails when system is busy
Gopal Pattnaik
duke at openjdk.org
Mon Apr 14 13:10:21 UTC 2025
On Fri, 11 Apr 2025 09:37:12 GMT, Gopal Pattnaik <duke at openjdk.org> wrote:
> There was a Assertion fail issue in mouse location test case JDK-8296554,
> Reason: We felt the one mili second delay time for the Robot test may be insufficient in few OS.
> Solution: We Changed the delay time to three mili second.
>
> Verification:
> Tested in Windows 11, and the Assert fail issue is not found.
We may think to check pixels at 10 pixel gap. Each pixel makes the test process busy.
-------------
PR Comment: https://git.openjdk.org/jfx/pull/1772#issuecomment-2801190475
More information about the openjfx-dev
mailing list