On Fri, 21 Jul 2023 03:39:53 GMT, Tejesh R <[email protected]> wrote:

>> test/jdk/javax/swing/JFileChooser/FCPopupMenuOrientationTest.java line 51:
>> 
>>> 49:                         UIManager.getInstalledLookAndFeels()) {
>>> 50:                     String className = laf.getName().toLowerCase();
>>> 51:                     if (className.contains("motif") || 
>>> className.contains("mac")) {
>> 
>> The test does not have a headful keyword so in the CI it was tested on a 
>> headless system where the GTK l&f is unsupported. Please double-check - do 
>> we need to skip it here or not?
>
> Yeah, I can see from log that it is unsupported. I will skip it.

The fix doesn't apply to GTK too, thanks for pointing it out.

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/14949#discussion_r1270199239

Reply via email to