Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Accept the defaults and then run the tests

Expected results

Currently investigating 39 failing tests.A default 9.0.x build without any configuration triggers 24 test failures

2 unclear specification (URI)

...

11 9 Tests 'fixed' by appropriate system property configuration (see above)

  • 4 x extensions (TCK assumes invalid extensions are ignored)
  • 4 x exception in encoder leading (incorrectly?) to empty message
  • 3 1 x timeout related test expects more frequent expiration checks

...

  • com/sun/ts/tests/websocket/ee/javax/websocket/remoteendpoint/async/*
  • Need to raise a spec issue

2 intermittent failures (cause unknown)

  • com/sun/ts/tests/websocket/ee/javax/websocket/session/WSClient.java#setTimeout1Test
  • com/sun/ts/tests/websocket/spec/servercontainer/addendpoint/WSClient.java#setTimeout1Test

A further 15 test failures caused by Tomcat bugs have been fixed

  • 4 x Deployment failure didn't undeploy all WebSockets
  • 4 x @PathParam not validated for correct type
  • 6 x Throw DeploymentException rather than IAE
  • 1 x Improve checking of multiple @OnMessage for the same type