RFR 8187786: Many javax/net/ssl/DTLS tests failing

Weijun Wang weijun.wang at oracle.com
Fri Sep 22 00:25:57 UTC 2017


Hi All

I'm very sorry that my earlier change for JDK-8186884 made a lot of DTLS test failing. A new @modules tag was added to JGSS/krb5 tests, but I didn't realize DTLS tests are also using it.

Please take a review at

   http://cr.openjdk.java.net/~weijun/8187786/webrev.00/

It's quite long, but only contains 2 changes:

1. Add a "@modules java.security.jgss/sun.security.jgss.krb5" tag to every file that already has @modules tag for JGSS internal packages, both .java and TEST.properties.

2. Backout JDK-8187788, which disables SSL tests.

I'm running tests for jdk_security3 now.

Thanks
Max




More information about the security-dev mailing list