History log of /openjdk10/jdk/test/java/util/zip/TestExtraTime.java
Revision Date Author Comments
# 17128:9bf7a7195e96 26-Apr-2017 bpb

8179247: java/util/zip/TestExtraTime.java: add some instrumentation which might illuminate the failure of 2016-09-14
Summary: Add some instrumentation to help diagnosing 8166060
Reviewed-by: amlu, dfuchs, rriggs


# 15135:6770424f6e72 22-Jul-2016 sherman

8161942: java.util.zip.ZipEntry.java not covering UpperLimit range of DOS epoch
Reviewed-by: redestad


# 12434:12c549112c87 22-Jul-2015 sherman

8130914: java/util/zip/TestExtraTime.java fails with "java.lang.RuntimeException: setTime should make getLastModifiedTime return the specified instant: 3078282244456 got: 3078282244455"
Summary: fixed the 32-bit overflow.
Reviewed-by: rriggs


# 12433:48b296b645bd 22-Jul-2015 sherman

8075526: Need a way to read and write ZipEntry timestamp using local date/time without tz conversion
Summary: to add a pair of set/getTimeLocal()
Reviewed-by: ksrini, rriggs


# 11722:b1eeff4dac1b 06-Apr-2015 sherman

8076641: getNextEntry throws ArrayIndexOutOfBoundsException when unzipping file
Summary: to add extra sanity check for entry extra data
Reviewed-by: alanb


# 11519:162c4c958d78 28-Feb-2015 redestad

8073497: Lazy conversion of ZipEntry time
Reviewed-by: sherman, plevart


# 11478:effdf04cfcec 21-Feb-2015 redestad

8068790: ZipEntry/JarEntry.setCreation/LastAccessTime(null) don't throw NPE as specified
Reviewed-by: coffeys, sherman


# 7971:690b2931baef 28-Aug-2013 sherman

8023713: ZipFileSystem crashes on old zip file
Summary: to handle extra data field copy correctly even the extra data does not follow the spec
Reviewed-by: alanb, martin, chegar


# 7850:a388263a7287 08-Aug-2013 sherman

8015666: test/tools/pack200/TimeStamp.java failing
Summary: to keep the default behavior of ZOS unchanged, if ze extra time not explicitly set
Reviewed-by: alanb, ksrini


# 7267:90df6756406f 29-May-2013 sherman

4759491: method ZipEntry.setTime(long) works incorrectly
6303183: Support NTFS and Unix-style timestamps for entries in Zip files
7012856: (zipfs) Newly created entry in zip file system should set all file times non-null values.
7012868: (zipfs) file times of entry in zipfs should always be the same regardless of TimeZone.
Summary: to add suuport of Info-ZIP extended timestamp in extra data fields
Reviewed-by: martin, alanb