Re: RFR [8026756] Test java/util/zip/GZIP/GZIPInZip.java failed again

2013-10-18 Thread Ivan Gerasimov
Thank you Alan for review and offering the sponsor's help. Here's the exported patch. http://cr.openjdk.java.net/~igerasim/2commit/8026756-jdk8-GZIPInZip-fails.patch Sincerely yours, Ivan On 18.10.2013 14:43, Alan Bateman wrote: On 17/10/2013 04:41, Ivan Gerasimov wrote: Hello everybody! Whe

Re: RFR [8026756] Test java/util/zip/GZIP/GZIPInZip.java failed again

2013-10-18 Thread Alan Bateman
On 17/10/2013 04:41, Ivan Gerasimov wrote: Hello everybody! When I proposed a fix for 8023431 I messed up with verifying the fix somehow, and the test started to fail right after pushing the fix. I'm sorry about that. The reason of the failure is that when GZIPStream is closed, it also close

RFR [8026756] Test java/util/zip/GZIP/GZIPInZip.java failed again

2013-10-16 Thread Ivan Gerasimov
Hello everybody! When I proposed a fix for 8023431 I messed up with verifying the fix somehow, and the test started to fail right after pushing the fix. I'm sorry about that. The reason of the failure is that when GZIPStream is closed, it also closes the underlying stream. In this fix I rem