Hello Mukul,

Thank you for the updates.

I pulled and still get errors:

git log -1
commit 384da287ba97ff1fbbe85a550d096969257837c1 (HEAD ->
xalan-j_xslt3.0_mvn, origin/xalan-j_xslt3.0_mvn)
Author: Mukul Gandhi <gandhi.mu...@gmail.com>
Date:   Wed Aug 20 17:11:19 2025 +0530

    committing implementation of xslt 3.0 xsl:sort instruction's
attribute 'stable'

Then:

OK: mvn clean install -DskipTests

Failure: mvn clean test -Dtest=AllXalanXSLT3Tests

[INFO] -------------------------------------------------------
[INFO]  T E S T S
[INFO] -------------------------------------------------------
[INFO] Running org.apache.xalan.tests.main.AllXalanXSLT3Tests
[ERROR] Tests run: 1266, Failures: 2, Errors: 0, Skipped: 0, Time
elapsed: 2.997 s <<< FAILURE! - in
org.apache.xalan.tests.main.AllXalanXSLT3Tests
[ERROR] xslFnTransformTest11(org.apache.xalan.tests.xpath3.FnTransformTests)
 Time elapsed: 0.007 s  <<< FAILURE!
junit.framework.AssertionFailedError
at 
org.apache.xalan.tests.xpath3.FnTransformTests.xslFnTransformTest11(FnTransformTests.java:171)

[ERROR] xslFnTransformTest12(org.apache.xalan.tests.xpath3.FnTransformTests)
 Time elapsed: 0.005 s  <<< FAILURE!
junit.framework.AssertionFailedError
at 
org.apache.xalan.tests.xpath3.FnTransformTests.xslFnTransformTest12(FnTransformTests.java:188)

[INFO]
[INFO] Results:
[INFO]
[ERROR] Failures:
[ERROR]   
FnTransformTests.xslFnTransformTest11:171->XslTransformTestsUtil.runXslTransformAndAssertOutput:176
[ERROR]   
FnTransformTests.xslFnTransformTest12:188->XslTransformTestsUtil.runXslTransformAndAssertOutput:176
[INFO]
[ERROR] Tests run: 1266, Failures: 2, Errors: 0, Skipped: 0
[INFO]
[INFO] ------------------------------------------------------------------------
[INFO] BUILD FAILURE
[INFO] ------------------------------------------------------------------------
[INFO] Total time:  7.332 s
[INFO] Finished at: 2025-08-20T08:06:21-04:00
[INFO] ------------------------------------------------------------------------

Is there some other intermediary step I might be missing?

TY!
Gary

On Wed, Aug 20, 2025 at 7:58 AM Mukul Gandhi <gandhi.mu...@gmail.com> wrote:
>
> Hi Gary,
>     I've committed fix for these Xalan-J xslt 3.0 test case issues to
> the relevant code base repos branch, and now I believe that you should
> see all the Xalan-J xslt3 tests to pass.
>
> Requesting you to please, take git pull of latest code base and verify
> these fixes.
>
> The total count of Xalan-J xslt 3.0 test cases as of now is 1266.
>
> On Sat, Aug 2, 2025 at 1:08 AM Gary Gregory <garydgreg...@gmail.com> wrote:
>
> > [INFO] -------------------------------------------------------
> > [INFO]  T E S T S
> > [INFO] -------------------------------------------------------
> > [INFO] Running org.apache.xalan.tests.main.AllXalanXSLT3Tests
> > [ERROR] Tests run: 1208, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 
> > 7.767 s <<< FAILURE! - in org.apache.xalan.tests.main.AllXalanXSLT3Tests
> > [ERROR] 
> > xslFnTransformTest11(org.apache.xalan.tests.xpath3.FnTransformTests)  Time 
> > elapsed: 0.016 s  <<< FAILURE!
> > junit.framework.AssertionFailedError
> > at 
> > org.apache.xalan.tests.xpath3.FnTransformTests.xslFnTransformTest11(FnTransformTests.java:164)
> >
> > [ERROR] 
> > xslFnTransformTest12(org.apache.xalan.tests.xpath3.FnTransformTests)  Time 
> > elapsed: 0.012 s  <<< FAILURE!
> > junit.framework.AssertionFailedError
> > at 
> > org.apache.xalan.tests.xpath3.FnTransformTests.xslFnTransformTest12(FnTransformTests.java:174)
> >
> > [INFO]
> > [INFO] Results:
> > [INFO]
> > [ERROR] Failures:
> > [ERROR]   
> > FnTransformTests.xslFnTransformTest11:164->XslTransformTestsUtil.runXslTransformAndAssertOutput:176
> > [ERROR]   
> > FnTransformTests.xslFnTransformTest12:174->XslTransformTestsUtil.runXslTransformAndAssertOutput:176
> > [INFO]
> > [ERROR] Tests run: 1208, Failures: 2, Errors: 0, Skipped: 0
> > [INFO]
> > [INFO] 
> > ------------------------------------------------------------------------
> > [INFO] BUILD FAILURE
> > [INFO] 
> > ------------------------------------------------------------------------
> > [INFO] Total time:  47.855 s
> > [INFO] Finished at: 2025-08-01T15:37:01-04:00
> > [INFO] 
> > ------------------------------------------------------------------------
> > [ERROR] Failed to execute goal 
> > org.apache.maven.plugins:maven-surefire-plugin:2.22.0:test (default-test) 
> > on project xalan-java: There are test failures.
> > [ERROR]
> > [ERROR] Please refer to 
> > /Users/garygregory/git/xalan-java/target/surefire-reports for the 
> > individual test results.
> > [ERROR] Please refer to dump files (if any exist) [date]-jvmRun[N].dump, 
> > [date].dumpstream and [date]-jvmRun[N].dumpstream.
> > [ERROR] -> [Help 1]
> >
> > Gary
>
>
> --
> Regards,
> Mukul Gandhi
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
> For additional commands, e-mail: dev-h...@xalan.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@xalan.apache.org
For additional commands, e-mail: dev-h...@xalan.apache.org

Reply via email to