2014-11-03 12:52 GMT+03:00 Violeta Georgieva <miles...@gmail.com>:
> The proposed Apache Tomcat 7.0.57 release is now available for voting.
>
Testing on Win7 with 32-bit JDKs
1. All tests are passing with JDK 6u45 + 7u72 combo (compiling with
6u45, all tests are run with 7u72) with all BIO, NIO, APR.

2. If I run the tests with JDK 6u45 only, the following tests are
consistently failing with BIO and succeeding with NIO and APR:

org.apache.tomcat.util.net.TestClientCert
org.apache.tomcat.util.net.TestCustomSsl
org.apache.tomcat.util.net.TestSsl

The failure in all cases is
javax.net.ssl.SSLHandshakeException: Received fatal alert: handshake_failure


Quick recipe for reproduction is to use the following settings in
build.properties:
1) Remove/comment the value for java.7.home if you have set one
2) Set
test.name=org/apache/tomcat/util/net/**/Test*.java


It is odd that NIO tests do pass.
For APR most of those tests are skipped, so no much wonder.

Best regards,
Konstantin Kolinko

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to