On Tue, 12 Apr 2022 20:28:43 GMT, Alexey Ivanov <aiva...@openjdk.org> wrote:
>> 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 > > 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? Yes, added... ------------- PR: https://git.openjdk.java.net/jdk/pull/8202