RFR for JDK-8027973. javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java hangs (win)
Patrick Zhang
patrick.zhang at oracle.com
Thu Nov 21 03:58:52 UTC 2013
Hi Everyone,
I am working on https://bugs.openjdk.java.net/browse/JDK-8027973. The
problem is caused by wrong URL format on windows. file://c:\xxx is one
invalid schema.
Solution:
Replace "file://" with "file:///" then it will work on windows and it
will not impact other platforms. And remove the test from ProblemList.txt
webrev:
http://cr.openjdk.java.net/~pzhang/8027973/webrev/
Result on windows:
http://cr.openjdk.java.net/~pzhang/8027973/XSLTExFuncTest.jtr
Result on Linux:
http://cr.openjdk.java.net/~pzhang/8027973/XSLTExFuncTest.linux.jtr
Regards
Patrick
More information about the core-libs-dev
mailing list