On Fri, Aug 1, 2025 at 2:09 PM Mukul Gandhi <[email protected]> wrote:
> Hi Gary, > > On Wed, Jul 30, 2025 at 5:45 PM Gary Gregory <[email protected]> > wrote: > > I've fixed one of the tests that've been failing for you (it's > FnTransformTests.xslFnTransformTest9). I've regenerated (using a local > install of WSL) this test's expected result file for Linux as well and > have updated this test case's java file as well. The other two tests > that're failing for you, still needs to be analyzed. > > You may please take latest code pull and try again. > Hi Mukul, We have progress! :-) Down from 3 to 2 failures: [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: [email protected] > For additional commands, e-mail: [email protected] > >
