RFR: 8194946: Regression automated Test 'javax/swing/JFileChooser/6738668/bug6738668.java' fails [v2]

Prasanta Sadhukhan psadhukhan at openjdk.java.net
Wed Apr 13 08:56:56 UTC 2022


On Tue, 12 Apr 2022 20:28:43 GMT, Alexey Ivanov <aivanov at 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



More information about the client-libs-dev mailing list