JDK-8008738 : Issue in com.sun.org.apache.xml.internal.serializer.Encodings causes some JCK tests to fail intermittently
  • Type: Bug
  • Component: xml
  • Sub-Component: javax.xml.transform
  • Affected Version: 8
  • Priority: P4
  • Status: Closed
  • Resolution: Fixed
  • OS: os_x
  • CPU: generic
  • Submitted: 2013-02-22
  • Updated: 2013-08-01
  • Resolved: 2013-05-07
The Version table provides details related to the release that this issue/RFE will be addressed.

Unresolved : Release in which this issue/RFE will be addressed.
Resolved: Release in which this issue/RFE has been resolved.
Fixed : Release in which this issue/RFE has been fixed. The release containing this fix may be available for download as an Early Access Release or a General Availability Release.

To download the current JDK release, click here.
JDK 7 JDK 8
7u40Fixed 8 b91Fixed
Description
I am observing that these two JCK tests sometimes fail with JDK 8:

FAILED: api/xsl/conf/output/output26.html#output26
FAILED: api/xsl/conf/output/output86.html#output86

The failure is not systematic. I believe that the problem is in com.sun.org.apache.xml.internal.serializer.Encodings which sometimes does not recognizes the Charset used by the tests.
Comments
According to latest nightly result, api/xsl/conf/output/output86_output86 and api/xsl/conf/output/output26_output26 have been fixed
01-08-2013