On Mon, 12 Apr 2021 04:37:31 GMT, Prasanta Sadhukhan <psadhuk...@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. Marked as reviewed by pbansal (Reviewer). ------------- PR: https://git.openjdk.java.net/jdk/pull/3430