LongTransferTest.java creates test files in "java.io.tmpdir". It calls
delete() on them, but since the files are still open this has no effect
on Windows. (see product bugs 4171239, 4205562)
$ pwd
/c/TEMP
$ ls -l Lo*
-rwxrwxrwx 1 otto None 0 Apr 1 06:12 LongTransferTest_channelTestInFile_tmp
-rwxrwxrwx 1 otto None 10 Apr 2 05:16 LongTransferTest_channelTestOutFile_tmp
delete() on them, but since the files are still open this has no effect
on Windows. (see product bugs 4171239, 4205562)
$ pwd
/c/TEMP
$ ls -l Lo*
-rwxrwxrwx 1 otto None 0 Apr 1 06:12 LongTransferTest_channelTestInFile_tmp
-rwxrwxrwx 1 otto None 10 Apr 2 05:16 LongTransferTest_channelTestOutFile_tmp
- relates to
-
JDK-6474389 test/java/util/zip/ZipFile/ManyZipFiles.java should clean up after itself
- Closed
-
JDK-6475005 Various regression tests are not cleaning up on exit
- Closed