JDK-8032904 : Could not compile stylesheet error : javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java
  • Type: Bug
  • Component: xml
  • Sub-Component: javax.xml.transform
  • Affected Version: 7u60
  • Priority: P3
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: x86
  • Submitted: 2014-01-28
  • Updated: 2014-01-29
  • Resolved: 2014-01-29
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
7u60Resolved
Related Reports
Duplicate :  
Relates :  
Description
test : javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java

This test seems to be failing on windows JPRT runs with following output : 
Number of tests passed: 0
Number of tests failed: 4

STDERR:
ERROR:  'Could not compile stylesheet'
FATAL ERROR:  'C'
           :C
ERROR:  'Could not compile stylesheet'
FATAL ERROR:  'C'
           :C
ERROR:  'Could not compile stylesheet'
FATAL ERROR:  'C'
           :C
ERROR:  'Could not compile stylesheet'
FATAL ERROR:  'C'
           :C
java.lang.RuntimeException: C
C
C
C
	at TestBase.tearDown(TestBase.java:64)
	at XSLTExFuncTest.main(XSLTExFuncTest.java:86)
	at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
	at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
	at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
	at java.lang.reflect.Method.invoke(Method.java:606)
	at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:94)
	at java.lang.Thread.run(Thread.java:744)

JavaTest Message: Test threw exception: java.lang.RuntimeException: C
C
C
C
JavaTest Message: shutting down test

STATUS:Failed.`main' threw exception: java.lang.RuntimeException: C C C C
Comments
something wrong with the config here. We should *never* have a backport bug show up as a master bug type.
29-01-2014

whoops - this is the one that needs to be closed out... my mistake.
29-01-2014

We should use this one as the backport record (always backport from a master bug if available)
29-01-2014

Need to backport the fix for JDK-8027973 to 7u60. Aleksej, could you help with the backport? The review thread is here: http://mail.openjdk.java.net/pipermail/core-libs-dev/2013-November/023442.html
29-01-2014