On Mon, 13 Sep 2021 02:49:01 GMT, Sergey Bylokhov <[email protected]> wrote:
> As discussed here https://github.com/openjdk/jdk/pull/1813 the test should > skip the GTK L&F unfortunately the name of the GTK L&F is "GTK look and feel" > not "GTK". The ID="GTK" can be used instead. The test result shows in linux-x64 ----------System.out:(6/323)---------- Testing L&F: javax.swing.plaf.metal.MetalLookAndFeel Testing L&F: javax.swing.plaf.nimbus.NimbusLookAndFeel The test is skipped for Nimbus and GTK Testing L&F: com.sun.java.swing.plaf.motif.MotifLookAndFeel Unsupported L&F: com.sun.java.swing.plaf.gtk.GTKLookAndFeel Testing L&F: com.sun.java.swing.plaf.gtk.GTKLookAndFeel ----------System.err:(1/15)---------- STATUS:Passed. Do you know why it is shown as Unsupported for GTK even in linux? ------------- PR: https://git.openjdk.java.net/jdk/pull/5485
