On Fri, 18 Sep 2026 05:46:02 GMT, Prasanta Sadhukhan <[email protected]> wrote:
> Test doesn't fail in latest Windows and macos systems so > deproblemlisting..Added some delay anyways to make it more robust when > testing in group..CI testing is good individually for several iterations > along with group testing > > --------- > - [x] I confirm that I make this contribution in accordance with the [OpenJDK > Interim AI Policy](https://openjdk.org/legal/ai). Locally i ran this test on macOS and it passes without any change. If we think we need some delay between Frame construction and firing a key event. Its better to make sure we have focus on the Frame before we fire key events(I see a comment in JBS about losing focus). Using robot.waitForIdle() or adding additional delay may not be sufficient. We can also move creation of GUI under EDT. ------------- PR Comment: https://git.openjdk.org/jdk/pull/32939#issuecomment-5729490383
