On Tue, 12 Apr 2022 13:25:15 GMT, Prasanta Sadhukhan <psadhuk...@openjdk.org> wrote:
>> Test was failing in CI system in nightly testing. >> Saw it failed with HeadlessException in macos-x64 and mascos-aarch64 and >> with GTKL&F not supported in linux-x64 in headless CI system. >> Made the test headful and test now passes in all platforms (link in JBS) > > Prasanta Sadhukhan has updated the pull request with a new target base due to > a merge or a rebase. The pull request now contains two commits: > > - Merge branch 'master' into JDK-8194946 > - 8194946: Regression automated Test > 'javax/swing/JFileChooser/6738668/bug6738668.java' fails Marked as reviewed by aivanov (Reviewer). test/jdk/javax/swing/JFileChooser/6738668/bug6738668.java line 43: > 41: UIManager.setLookAndFeel(lookAndFeelInfo.getClassName()); > 42: } catch (UnsupportedLookAndFeelException ignored) { > 43: System.out.println("Unsupported L&F: " + > lookAndFeelInfo.getClassName()); Add `continue;` to skip? ------------- PR: https://git.openjdk.java.net/jdk/pull/8202