Hello Mukul, On git branch xalan-j_xslt3.0_mvn at commit 87d5e494cd11d36db61a2220f358dbdb2ce1e06b I get failures, using any of Java 8, 11, or 17.
FWIW, I don't understand why you use the fully-qualified path to the test: mvn clean test -Dtest=org/apache/xalan/tests/main/AllXsl3Tests.java should be the same as: mvn clean test -Dtest=AllXsl3Tests Both fail for me: https://gist.github.com/garydgregory/c8ca95142db34572a2ab96ec8c6a2dab I wonder if there is something I am missing from my setup... Gary On Sat, Dec 21, 2024 at 7:36 AM Mukul Gandhi <gandhi.mu...@gmail.com> wrote: > Hi Gary, > I'm curious whether you were able to run Xalan-J's XSL 3 test > suite successfully as mentioned within my mail below as mentioned in > this mail trail? > > FYI, the Maven build command to run these Xalan-J tests is now changed > to following after I've done little refactoring to related Java code > earlier today. > > mvn clean test -Dtest=org/apache/xalan/tests/main/AllXsl3Tests.java > > You may have latest git pull to get these Xalan-J XSL 3 codebase changes. > > On Tue, Dec 17, 2024 at 10:37 PM Mukul Gandhi <gandhi.mu...@gmail.com> > wrote: > > > On Tue, Dec 17, 2024 at 1:55 AM Gary Gregory <garydgreg...@gmail.com> > wrote: > > > > > > I checked out the branch xalan-j_xslt3.0_mvn today and: > > > > > > - 1: OK: mvn clean install -DskipTests > > > - 2: Fails: Using Java 8, mvn test > > > > > [ERROR] Tests run: 2603, Failures: 2, Errors: 0, Skipped: 0 > > > > > > Using Java 17: > > > [ERROR] Tests run: 2599, Failures: 4, Errors: 0, Skipped: 0 > > > > > > Are these tests supposed to pass or is this a work in progress? > > > > These Xalan-J XSL 3 tests need to be invoked as follows, > > > > mvn clean test -Dtest=org/apache/xalan/tests/xslt3/AllXsl3Tests.java > > > > The expected tests output for this is following, > > > > Tests run: 869, Failures: 0, Errors: 0, Skipped: 0 > > > -- > Regards, > Mukul Gandhi > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org > For additional commands, e-mail: dev-h...@xalan.apache.org > >