Integrated: 8296554: MouseLocationOnScreenTest sometime fails when system is busy

2025-04-20 Thread Gopal Pattnaik
On Fri, 11 Apr 2025 09:37:12 GMT, Gopal Pattnaik 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. >

Re: RFR: 8352162: Update libxml2 to 2.13.6 [v3]

2025-04-20 Thread Jay Bhaskar
> The upgrade is required to address several known issues from the previous > version to improve stability and performance. Jay Bhaskar has updated the pull request incrementally with one additional commit since the last revision: remove some non required files and update to 2.13.8 -

Re: RFR: 8296554: MouseLocationOnScreenTest sometime fails when system is busy [v5]

2025-04-20 Thread duke
On Thu, 17 Apr 2025 05:57:12 GMT, Gopal Pattnaik 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.

Withdrawn: 8352999: [macOS] Conditional behavior by directly querying the Objective-C call stack

2025-04-20 Thread Martin Fox
On Mon, 31 Mar 2025 18:29:21 GMT, Martin Fox wrote: > Before a window is maximized glass records its existing size and location. > This rectangle is stored in native screen coordinates. Compared to Java > screen coordinates native coordinates are flipped along the Y axis. > > When the window i