On Thu, 29 Aug 2024 19:07:29 GMT, Manukumar V S <[email protected]> wrote:
> This is a highly intermittent failure, and it failed only once in CI on a > particular windows machine and passed on all other runs. > > Failure reason: > When the button was displayed for the first time, the focus rectangle drawn > on the button text(Button A) was not seen(failure images attached in the bug). > > Fix: > To stabilize the test, I have added a line -> button.setFocusPainted(false), > so that the focus rectangle will not be painted > After going through the test runs which you have shared, I suggest some > stabilization is required along with FocusPaint fix. As attached here, in one > of your test runs, failure is caused due to capture of distorted image. >  I have further stabilised the test by increasing the delay before taking the screenshot and I ran it 100 times on the same machine where it failed earlier and now all the runs are passed. Latest Mach5 links are attached in the bug. ------------- PR Comment: https://git.openjdk.org/jdk/pull/20777#issuecomment-2322836951
