RFR for JDK-8027973. javax/xml/jaxp/transform/jdk8004476/XSLTExFuncTest.java hangs (win)
huizhe wang
huizhe.wang at oracle.com
Thu Nov 21 05:20:09 UTC 2013
Thanks for working on the issue. The fix looks good.
Regards,
Joe
On 11/20/2013 7:58 PM, Patrick Zhang wrote:
> 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