On 01/02/2019 10:45, Rainer Jung wrote: <snip/>
> - org.apache.catalina.websocket.TestWebSocket > > Only tc7.0.x, RHEL7, SLES12, Java 11, bio+nio: > > Failure detail: > > Testcase: testKey took 2.006 sec > Caused an ERROR > javax/xml/bind/DatatypeConverter > java.lang.NoClassDefFoundError: javax/xml/bind/DatatypeConverter This is the deprecated WebSocket implementation referencing a deprecated utility class. This issue only affects Tomcat 7 (the code in question was removed in 8.x). I've applied a fix for this to svn. > Testcase: testBug53339 took 0.202 sec > FAILED This is passing for me. > - org.apache.tomcat.websocket.TestWebSocketFrameClientSSL > > Failing sporadically on tc9.0.x for nio2 with Java 1.8.0, here for RHEL7 > and Solaris 10 Sparc Needs further investigation. I have added a TODO. > TLS > --- > > - org.apache.tomcat.util.net.TestSsl > Only failing for tc7.0.x, RHEL7+SLES12+Solaris 10 Sparc, Java 11+1.8.0 > (not 1.7.0), bio+nio: Can't repeat these on Ubuntu. > - org.apache.tomcat.util.net.TestClientCert > > Only tc7.0.x, RHEL7+SLES12+Solaris 10 Sparc, Java 11+1.8.0 (not 1.7.0), > bio (not nio): Can't repeat these on Ubuntu. > - org.apache.tomcat.util.net.TestCustomSsl > Only tc7.0.x, RHEL7+SLES12+Solaris 10 Sparc, Java 11+1.8.0 (not 1.7.0), > bio (not nio): Can't repeat these on Ubuntu. > - org.apache.tomcat.util.net.TestClientCertTls13 > Only tc7.0.x, RHEL7+SLES12, only Java 11 but bio+nio: I see these locally. Working on a fix now. > - ciphers tests > Failing for RHEL7 and SLES12 on tc8.5.x and tc9.0.x nio+nio2, > any tested Java version: > org.apache.tomcat.util.net.openssl.ciphers.TestOpenSSLCipherConfigurationParser > > org.apache.tomcat.util.net.openssl.ciphers.TestCipher > > Probably false positive, because no special OpenSSL version was given > for the test, so using platform openssl. Agreed. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org