jdk/test/javax/net/ssl/TLS/TLSClientPropertyTest.java
changeset 42338 a60f280f803c
parent 40949 be7a612613ae
equal deleted inserted replaced
42148:7a4a59859ac0 42338:a60f280f803c
    26  * @bug 8049432 8069038
    26  * @bug 8049432 8069038
    27  * @summary New tests for TLS property jdk.tls.client.protocols
    27  * @summary New tests for TLS property jdk.tls.client.protocols
    28  * @summary javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be
    28  * @summary javax/net/ssl/TLS/TLSClientPropertyTest.java needs to be
    29  *     updated for JDK-8061210
    29  *     updated for JDK-8061210
    30  * @modules java.security.jgss
    30  * @modules java.security.jgss
       
    31  *          java.security.jgss/sun.security.krb5:+open
       
    32  *          java.security.jgss/sun.security.krb5.internal:+open
       
    33  *          java.security.jgss/sun.security.krb5.internal.ccache
    31  *          java.security.jgss/sun.security.krb5.internal.crypto
    34  *          java.security.jgss/sun.security.krb5.internal.crypto
    32  *          java.security.jgss/sun.security.krb5.internal.ktab
    35  *          java.security.jgss/sun.security.krb5.internal.ktab
    33  *          java.security.jgss/sun.security.krb5
       
    34  *          java.security.jgss/sun.security.krb5.internal.ccache
       
    35  *          java.security.jgss/sun.security.krb5.internal
       
    36  *          java.base/sun.security.util
    36  *          java.base/sun.security.util
    37  * @run main/othervm TLSClientPropertyTest NoProperty
    37  * @run main/othervm TLSClientPropertyTest NoProperty
    38  * @run main/othervm TLSClientPropertyTest SSLv3
    38  * @run main/othervm TLSClientPropertyTest SSLv3
    39  * @run main/othervm TLSClientPropertyTest TLSv1
    39  * @run main/othervm TLSClientPropertyTest TLSv1
    40  * @run main/othervm TLSClientPropertyTest TLSv11
    40  * @run main/othervm TLSClientPropertyTest TLSv11