RFR: JDK-8022219, Intermittent test failures in java/util/zip/ZipFile

Alan Bateman Alan.Bateman at oracle.com
Tue Dec 10 09:10:15 UTC 2013


On 08/12/2013 17:29, Dan Xu wrote:
> Hi All,
>
> Please review the fix towards the intermittent test failure in 
> java/util/zip/ZipFile. It is a similar failure that I encountered 
> before, due to the interferences from other software or daemon 
> services in Windows platforms. The fix is to use the method from 
> FileUtils test library to handle the problem at its best effort. Thanks!
>
> Bug: https://bugs.openjdk.java.net/browse/JDK-8022219
> Webrev: http://cr.openjdk.java.net/~dxu/8022219/webrev/ 
> <http://cr.openjdk.java.net/%7Edxu/8022219/webrev/>
>
> -Dan
This looks okay to me although I think you should be able to use 
"/lib/testlibrary" as the @library value (assuming your jtreg is 
somewhat recent).

-Alan.



More information about the core-libs-dev mailing list