RFR JDK-8170961: ProblemList tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java due to JDK-8169971

Paul Sandoz paul.sandoz at oracle.com
Fri Dec 9 16:49:05 UTC 2016


+1

I have not found the cause as to why this test is failing on windows.

The test cleans up by deleting directory contents created for jar construction, but for some reason files in the directory become inaccessible so the directory itself cannot be deleted.

Paul.

> On 8 Dec 2016, at 19:07, John Jiang <sha.jiang at oracle.com> wrote:
> 
> Hi,
> This test has failed for several times on Windows x64 platform, it should be included by ProblemList.
> Please review the below patch.
> 
> diff -r e307a1fcbcca test/ProblemList.txt
> --- a/test/ProblemList.txt    Fri Dec 09 02:26:48 2016 +0000
> +++ b/test/ProblemList.txt    Fri Dec 09 03:00:02 2016 +0000
> @@ -265,6 +265,8 @@
> tools/jimage/JImageListTest.java 8169713 generic-all
> tools/jimage/JImageVerifyTest.java 8169713 generic-all
> 
> +tools/jlink/multireleasejar/JLinkMultiReleaseJarTest.java 8169971 windows-x64
> +
> ############################################################################
> 
> # jdk_jdi
> 
> Best regards,
> John Jiang
> 



More information about the core-libs-dev mailing list