On Tue, 24 Mar 2026 21:15:39 GMT, Alexander Zuev <[email protected]> wrote:
>> Jeremy Wood has updated the pull request incrementally with one additional >> commit since the last revision: >> >> 8377938: remove " (Mac-only)" >> >> This is in response to: >> https://github.com/openjdk/jdk/pull/30181#discussion_r2984313760 > > test/jdk/javax/accessibility/8377938/VoiceOverAccessibleActionButtonTest.java > line 60: > >> 58: // a MouseEvent. >> 59: >> 60: String INSTRUCTIONS = "INSTRUCTIONS (Mac-only):\n" + > > Well, since it have a requires os.family tag you can skip Mac-only part - the > test will only be ran on macOS. The rest looks good so if you don't feel like > fixing it i'm ok with that. I removed " (Mac-only)" ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/30181#discussion_r2991484853
