Hi Gary, 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