Re: JDK-8198405 - JImageExtractTest.java & JImageListTest.java failed in Windows

2018-02-21 Thread Michal Vala
On 02/21/2018 02:44 PM, Alan Bateman wrote: On 21/02/2018 12:23, Michal Vala wrote: Hi, I'm trying to investigate failure of JImageExtractTest on Windows. Failing method is testExtractToReadOnlyDir, issue is simple. It is trying to extract jimage to read-only directory and it must fail. AFAI

Re: JDK-8198405 - JImageExtractTest.java & JImageListTest.java failed in Windows

2018-02-21 Thread Alan Bateman
On 21/02/2018 12:23, Michal Vala wrote: Hi, I'm trying to investigate failure of JImageExtractTest on Windows. Failing method is testExtractToReadOnlyDir, issue is simple. It is trying to extract jimage to read-only directory and it must fail. AFAIK it is not possible to create read-only direc

JDK-8198405 - JImageExtractTest.java & JImageListTest.java failed in Windows

2018-02-21 Thread Michal Vala
Hi, I'm trying to investigate failure of JImageExtractTest on Windows. Failing method is testExtractToReadOnlyDir, issue is simple. It is trying to extract jimage to read-only directory and it must fail. AFAIK it is not possible to create read-only directory. I tried set rights programaticaly f