jdk/test/javax/swing/LookAndFeel/8145547/DemandGTK.java
changeset 39056 d99e63b6d962
parent 38410 bbecc75e4521
child 39541 2d0b64d48027
equal deleted inserted replaced
39055:92f7fed22d5f 39056:d99e63b6d962
    24 /*
    24 /*
    25   @test
    25   @test
    26   @summary  Tests that GTK LaF is supported on solaris
    26   @summary  Tests that GTK LaF is supported on solaris
    27             regardless of jdk.gtk.version flag values.
    27             regardless of jdk.gtk.version flag values.
    28   @bug 8156121
    28   @bug 8156121
       
    29   @key headful
    29   @requires (os.name == "linux" | os.name == "solaris")
    30   @requires (os.name == "linux" | os.name == "solaris")
    30   @run main/othervm -Djdk.gtk.version=2 DemandGTK
    31   @run main/othervm -Djdk.gtk.version=2 DemandGTK
    31   @run main/othervm -Djdk.gtk.version=3 DemandGTK
    32   @run main/othervm -Djdk.gtk.version=3 DemandGTK
    32 */
    33 */
    33 
    34