History log of /external/turbine/javatests/com/google/turbine/zip/ZipTest.java
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
86665ea565aca9132d09988cd8de50920c814f47 28-Aug-2017 cushon <cushon@google.com> Support zip file comments

OpenJDK on Windows has a "PACK200" zip file comment in rt.jar.

MOE_MIGRATED_REVID=166759545
/external/turbine/javatests/com/google/turbine/zip/ZipTest.java
2c831a8dd79cdc77293246b007dbddd55091b571 22-Aug-2017 cushon <cushon@google.com> Zip improvements

* don't assume the central directory and local header extra field length is the same
* fix central directory size computation for zip 64 archives
* save the archive path for better assertion failures

MOE_MIGRATED_REVID=165996494
/external/turbine/javatests/com/google/turbine/zip/ZipTest.java
ccf23a609c01ce08a79f56353a1750f1067749c6 10-Jul-2017 cushon <cushon@google.com> Write yet another zip implementation

graal's native-image doesn't yet support ZipFile yet:
http://mail.openjdk.java.net/pipermail/graal-dev/2017-August/005039.html

MOE_MIGRATED_REVID=164998012
/external/turbine/javatests/com/google/turbine/zip/ZipTest.java