<AWT Dev> Integrated: 8233567: [TESTBUG] FocusSubRequestTest.java fails on macos

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Mon Apr 12 15:02:47 UTC 2021


On Mon, 12 Apr 2021 04:37:31 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> This test was problemlisted during nightly testing of jdk on macos which seems to be caused by the fact that proper waiting was not done to make sure frame is visible before commencing the test, which can be problematic in some of the slower CI macos system.
> Modified the wait-till-frame-is-visible code to make it more in sync with what other similar test use.
> Several iterations of the test works fine in all platforms after this modification.

This pull request has now been integrated.

Changeset: b90ad76d
Author:    Prasanta Sadhukhan <psadhukhan at openjdk.org>
URL:       https://git.openjdk.java.net/jdk/commit/b90ad76d
Stats:     13 lines in 2 files changed: 3 ins; 2 del; 8 mod

8233567: [TESTBUG] FocusSubRequestTest.java fails on macos

Reviewed-by: azvegint, pbansal

-------------

PR: https://git.openjdk.java.net/jdk/pull/3430


More information about the awt-dev mailing list