On 08/03/2013 12:47, Rainer Jung wrote:
> I see a consistent test failure for all connectors:
> 
> Testcase: testBug54602b took 0.002 sec
> Testcase: testBug54602c took 0 sec
> Testsuite: org.apache.tomcat.util.buf.TestB2CConverter
> Tests run: 6, Failures: 1, Errors: 0, Time elapsed: 0.695 sec
> ------------- Standard Output ---------------
> 
> 
> 
> ------------- ---------------- ---------------
> 
> Testcase: testSingleMessage took 0.283 sec
> Testcase: testTwoMessage took 0 sec
> Testcase: testManyMessage took 0.001 sec
> Testcase: testLeftoverSize took 0.34 sec
>         FAILED
> Limit needs to be at least 27.0
> junit.framework.AssertionFailedError: Limit needs to be at least 27.0
>         at
> org.apache.tomcat.util.buf.TestB2CConverter.testLeftoverSize(TestB2CConverter.java:88)
> 
> 
> The only charset with a to big leftover size is
> sun.nio.cs.ext.COMPOUND_TEXT (value 27.0). The failure only occurs for
> Java 6, not for Java 7 an 8. I used Java 1.6.0_39-b04 on Solaris 10 Sparc.

How annoying. The exclusion of charsets that start with "x-..." is in
the test case to exclude this sort of charset from the test.

I agree we need to fix this but at the moment I don't personally view it
as a reason to stop the release.

Mark


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

Reply via email to