On Tue, 11 Nov 2025 04:49:16 GMT, Tejesh R <[email protected]> wrote: >> Alexander Zuev has updated the pull request incrementally with one >> additional commit since the last revision: >> >> Use correct bug id in the test. > > test/jdk/javax/swing/JMenuItem/RightLeftOrientation.java line 60: > >> 58: * @test id=aqua >> 59: * @bug 8371508 >> 60: * @requires (os.family == "mac") > > I guess now the test can be run in window and mac OS ? Any idea on Nimbus L&F > in windows os ?
This is Aqua LnF specific fix and Aqua LnF is only available on macOS so this exact test case can only be ran on mac. Initially test was used to validate the layout for Windows and Motif LnF. I haven't tried Nimbus yet. If there are problems with Nimbus on Windows they might be addressed separately. ------------- PR Review Comment: https://git.openjdk.org/jdk/pull/28210#discussion_r2515562912
