On Fri, 11 Apr 2025 09:37:12 GMT, Gopal Pattnaik <d...@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. This pull request has now been integrated. Changeset: 703a9a90 Author: Gopal Pattnaik <gopal.pattn...@oracle.com> Committer: Ambarish Rapte <ara...@openjdk.org> URL: https://git.openjdk.org/jfx/commit/703a9a9049c75c6f0fe04082b4ad97e1f97eb1f5 Stats: 19 lines in 1 file changed: 16 ins; 3 del; 0 mod 8296554: MouseLocationOnScreenTest sometime fails when system is busy Reviewed-by: kcr, angorya ------------- PR: https://git.openjdk.org/jfx/pull/1772