RFR: 8315986: javax/swing/JMenuItem/4654927/bug4654927.java: component must be showing on the screen to determine its location

Prasanta Sadhukhan psadhukhan at openjdk.org
Fri Sep 29 05:05:08 UTC 2023


On Tue, 12 Sep 2023 04:45:51 GMT, Prasanta Sadhukhan <psadhukhan at openjdk.org> wrote:

> Test was run without waiting for UI to be made visible leading to IllegalComponentStateException.
> Used robot.delay consistent with other headful tests to made the test wait after UI is created and shown.
> 
> Test passed in several iterations in all platforms. Link in JBS

Updated test passes in macos14 and in all other platforms

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

PR Comment: https://git.openjdk.org/jdk/pull/15677#issuecomment-1740316337


More information about the client-libs-dev mailing list