< prev index next >

test/jdk/sun/security/ssl/SSLSocketImpl/SetClientMode.java

Print this page

        

*** 19,37 **** * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ /* * @test * @bug 6223624 * @summary SSLSocket.setUseClientMode() fails to throw expected * IllegalArgumentException * @run main/othervm SetClientMode - * - * SunJSSE does not support dynamic system properties, no way to re-use - * system properties in samevm/agentvm mode. */ /* * Attempts to replicate a TCK test failure which creates SSLServerSockets * and then runs client threads which connect and start handshaking. Once --- 19,39 ---- * Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA * or visit www.oracle.com if you need additional information or have any * questions. */ + // SunJSSE does not support dynamic system properties, no way to re-use + // system properties in samevm/agentvm mode. + /* * @test * @bug 6223624 + * @ignore this test does not grant to work. The handshake may have completed + * when getSession() return. Please update or remove this test case. * @summary SSLSocket.setUseClientMode() fails to throw expected * IllegalArgumentException * @run main/othervm SetClientMode */ /* * Attempts to replicate a TCK test failure which creates SSLServerSockets * and then runs client threads which connect and start handshaking. Once
< prev index next >