RFR: 8364825: Skip failing MenuDoubleShortcutTest on Linux

Andy Goryachev angorya at openjdk.org
Thu Aug 7 16:28:26 UTC 2025


On Thu, 7 Aug 2025 16:07:05 GMT, Ziad El Midaoui <zelmidaoui at openjdk.org> wrote:

> Skipping failing `MenuDoubleShortcutTest#nonMacMenuBarComesBeforeScene()`

tests/system/src/test/java/test/robot/javafx/scene/MenuDoubleShortcutTest.java line 108:

> 106:     // On platforms other than Mac the menu bar should process the event
> 107:     // and the scene should not.
> 108:     @Disabled("JDK-8364825")

`@Disabled` must refer to the reason this test is skipped, in this case JDK-8364405

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

PR Review Comment: https://git.openjdk.org/jfx/pull/1867#discussion_r2260834425


More information about the openjfx-dev mailing list