RFR: 8364825: Skip failing MenuDoubleShortcutTest on Linux

Kevin Rushforth kcr at openjdk.org
Thu Aug 7 17:04:23 UTC 2025


On Thu, 7 Aug 2025 16:25:29 GMT, Andy Goryachev <angorya 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

Also, this will skip the test on all platforms. That might be a reasonable thing to do, but if that's what you propose, then please change the title (in JBS and the PR) to drop the "on Linux" part.

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

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


More information about the openjfx-dev mailing list