From f154da9e12608589e8d5f0508f908a0c3e88a1bb Mon Sep 17 00:00:00 2001 From: Tianon Gravi Date: Thu, 15 Jan 2015 11:54:00 -0700 Subject: Imported Upstream version 1.4 --- src/archive/zip/testdata/crc32-not-streamed.zip | Bin 0 -> 314 bytes src/archive/zip/testdata/dd.zip | Bin 0 -> 154 bytes src/archive/zip/testdata/go-no-datadesc-sig.zip | Bin 0 -> 330 bytes src/archive/zip/testdata/go-with-datadesc-sig.zip | Bin 0 -> 242 bytes src/archive/zip/testdata/gophercolor16x16.png | Bin 0 -> 785 bytes src/archive/zip/testdata/readme.notzip | Bin 0 -> 1905 bytes src/archive/zip/testdata/readme.zip | Bin 0 -> 1885 bytes src/archive/zip/testdata/symlink.zip | Bin 0 -> 173 bytes src/archive/zip/testdata/test-trailing-junk.zip | Bin 0 -> 1184 bytes src/archive/zip/testdata/test.zip | Bin 0 -> 1170 bytes src/archive/zip/testdata/unix.zip | Bin 0 -> 620 bytes src/archive/zip/testdata/winxp.zip | Bin 0 -> 412 bytes src/archive/zip/testdata/zip64-2.zip | Bin 0 -> 266 bytes src/archive/zip/testdata/zip64.zip | Bin 0 -> 242 bytes 14 files changed, 0 insertions(+), 0 deletions(-) create mode 100644 src/archive/zip/testdata/crc32-not-streamed.zip create mode 100644 src/archive/zip/testdata/dd.zip create mode 100644 src/archive/zip/testdata/go-no-datadesc-sig.zip create mode 100644 src/archive/zip/testdata/go-with-datadesc-sig.zip create mode 100644 src/archive/zip/testdata/gophercolor16x16.png create mode 100644 src/archive/zip/testdata/readme.notzip create mode 100644 src/archive/zip/testdata/readme.zip create mode 100644 src/archive/zip/testdata/symlink.zip create mode 100644 src/archive/zip/testdata/test-trailing-junk.zip create mode 100644 src/archive/zip/testdata/test.zip create mode 100644 src/archive/zip/testdata/unix.zip create mode 100644 src/archive/zip/testdata/winxp.zip create mode 100644 src/archive/zip/testdata/zip64-2.zip create mode 100644 src/archive/zip/testdata/zip64.zip (limited to 'src/archive/zip/testdata') diff --git a/src/archive/zip/testdata/crc32-not-streamed.zip b/src/archive/zip/testdata/crc32-not-streamed.zip new file mode 100644 index 000000000..f268d8873 Binary files /dev/null and b/src/archive/zip/testdata/crc32-not-streamed.zip differ diff --git a/src/archive/zip/testdata/dd.zip b/src/archive/zip/testdata/dd.zip new file mode 100644 index 000000000..e53378b0b Binary files /dev/null and b/src/archive/zip/testdata/dd.zip differ diff --git a/src/archive/zip/testdata/go-no-datadesc-sig.zip b/src/archive/zip/testdata/go-no-datadesc-sig.zip new file mode 100644 index 000000000..c3d593f44 Binary files /dev/null and b/src/archive/zip/testdata/go-no-datadesc-sig.zip differ diff --git a/src/archive/zip/testdata/go-with-datadesc-sig.zip b/src/archive/zip/testdata/go-with-datadesc-sig.zip new file mode 100644 index 000000000..bcfe121bb Binary files /dev/null and b/src/archive/zip/testdata/go-with-datadesc-sig.zip differ diff --git a/src/archive/zip/testdata/gophercolor16x16.png b/src/archive/zip/testdata/gophercolor16x16.png new file mode 100644 index 000000000..48854ff3b Binary files /dev/null and b/src/archive/zip/testdata/gophercolor16x16.png differ diff --git a/src/archive/zip/testdata/readme.notzip b/src/archive/zip/testdata/readme.notzip new file mode 100644 index 000000000..06668c4c1 Binary files /dev/null and b/src/archive/zip/testdata/readme.notzip differ diff --git a/src/archive/zip/testdata/readme.zip b/src/archive/zip/testdata/readme.zip new file mode 100644 index 000000000..db3bb900e Binary files /dev/null and b/src/archive/zip/testdata/readme.zip differ diff --git a/src/archive/zip/testdata/symlink.zip b/src/archive/zip/testdata/symlink.zip new file mode 100644 index 000000000..af846938c Binary files /dev/null and b/src/archive/zip/testdata/symlink.zip differ diff --git a/src/archive/zip/testdata/test-trailing-junk.zip b/src/archive/zip/testdata/test-trailing-junk.zip new file mode 100644 index 000000000..42281b4e3 Binary files /dev/null and b/src/archive/zip/testdata/test-trailing-junk.zip differ diff --git a/src/archive/zip/testdata/test.zip b/src/archive/zip/testdata/test.zip new file mode 100644 index 000000000..03890c05d Binary files /dev/null and b/src/archive/zip/testdata/test.zip differ diff --git a/src/archive/zip/testdata/unix.zip b/src/archive/zip/testdata/unix.zip new file mode 100644 index 000000000..ce1a981b2 Binary files /dev/null and b/src/archive/zip/testdata/unix.zip differ diff --git a/src/archive/zip/testdata/winxp.zip b/src/archive/zip/testdata/winxp.zip new file mode 100644 index 000000000..3919322f0 Binary files /dev/null and b/src/archive/zip/testdata/winxp.zip differ diff --git a/src/archive/zip/testdata/zip64-2.zip b/src/archive/zip/testdata/zip64-2.zip new file mode 100644 index 000000000..f844e3537 Binary files /dev/null and b/src/archive/zip/testdata/zip64-2.zip differ diff --git a/src/archive/zip/testdata/zip64.zip b/src/archive/zip/testdata/zip64.zip new file mode 100644 index 000000000..a2ee1fa33 Binary files /dev/null and b/src/archive/zip/testdata/zip64.zip differ -- cgit v1.2.3