RFR: 8273638: javax/swing/JTable/4235420/bug4235420.java fails in GTK L&F

Pankaj Bansal pbansal at openjdk.java.net
Mon Sep 13 06:49:49 UTC 2021


On Mon, 13 Sep 2021 02:49:01 GMT, Sergey Bylokhov <serb at openjdk.org> 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.

Look good to me

I just ran this on my Ubuntu 20.04 and I do not see the UnsupportedL&F exception for GTKL&F. The output is as expected.

*************
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
Testing L&F: com.sun.java.swing.plaf.gtk.GTKLookAndFeel
The test is skipped for Nimbus and GTK
***************

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

Marked as reviewed by pbansal (Reviewer).

PR: https://git.openjdk.java.net/jdk/pull/5485



More information about the client-libs-dev mailing list