On Mon, 3 Oct 2022 16:33:59 GMT, Tejesh R <t...@openjdk.org> wrote: >> test/jdk/javax/swing/JFileChooser/FileViewNPETest.java line 40: >> >>> 38: * @bug 6616245 >>> 39: * @key headful >>> 40: * @requires (os.family == "windows" | os.family == "linux") >> >> Is there a specific reason to exclude macOS? Is it only because the default >> L&F isn't Metal? > > Yeah, was not able to reproduce in macOS.
You can set Metal L&F explicitly on macOS. ------------- PR: https://git.openjdk.org/jdk/pull/10485