RFR: 8305915: java/awt/Frame/FrameLocation/FrameLocation.java fails with "The frame location is wrong!"
Tejesh R
tr at openjdk.org
Fri Sep 19 08:08:21 UTC 2025
On Thu, 18 Sep 2025 18:46:36 GMT, Alexey Ivanov <aivanov at openjdk.org> wrote:
> What was the reason why the test failed?
>
> `Frame` is supposed to work correctly even when used from the main thread (or another thread). If the test failed only because the frame object was accessed on the main thread, it could be a product bug.
>
> What are the frame coordinates when the test fails? Do these coordinates correspond to those on a screenshot if you add taking one?
Don't know the reason for the failure since it's intermittent, not seen any failure while running in mach5. Frame coordinates during failure as per JBS - "The frame location is wrong! Current: 250, 287; expected: 250, 250"
slight change in Y position. Not recent failures seen too, so stabilization would be better fix.
-------------
PR Comment: https://git.openjdk.org/jdk/pull/27366#issuecomment-3311092335
More information about the client-libs-dev
mailing list