-
Notifications
You must be signed in to change notification settings - Fork 111
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TCK failures with refactored JSP TCK #1233
Comments
The current JSP TCK from tckrefactor branch has a tckrunner with Glassfish at https://github.com/jakartaee/platform-tck/tree/tckrefactor/glassfish-runner/jsp-tck, it does passes all the jsp tests where the host and port is injected by arquillian container and not from system properties.
We do create the jar at
|
One issue as I see is that at https://github.com/jakartaee/platform-tck/blob/da90b3cb2709d0507b59eedfc990dfee069eca23/jsp/src/main/java/com/sun/ts/tests/jsp/spec/tldres/URLClientIT.java#L90C108-L90C114 multi2.tld is being added twice, but shouldn't cause any error IMO. |
Thanks for merging #1234. I can confirm I just see this single error now with testing with the latest JSP TCK and Tomcat 11.0.x. I'm currently looking into why Tomcat doesn't see the JAR that is created. |
Closing this as the remaining issue is a Tomcat issue. |
Describe the bug
I am observing multiple failures when testing a local build of the refactored JSP TCK built from source.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The TCK to pass in full or any failures to be traceable to Tomcat bugs.
Screenshots
N/A
Desktop (please complete the following information):
I have a PR to address all but one of these failures that I'll provide shortly.
The remaining failure I do not know how to address.
The failing test is the
tldResourcePathJsp11Test
in thecom.sun.ts.tests.jsp.spec.tldres
package. The test fails because it expects a taglibrary to be built and packaged in/WEB-INF/lib/multitaglib.jar
which doesn't happen.The text was updated successfully, but these errors were encountered: