node/deps/zlib/google/test/data
Node.js GitHub Bot 7fa2ee1933
deps: update zlib to 1.3.1-63d7e16
PR-URL: https://github.com/nodejs/node/pull/60898
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Rafael Gonzaga <rafael.nunu@hotmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
2026-03-04 10:41:43 +01:00
..
test
create_symlink_test_zips.py deps: update zlib to 1.3.1-63d7e16 2026-03-04 10:41:43 +01:00
create_test_zip.sh
Different Encryptions.zip
Empty Dir Same Name As File.zip
empty.zip
evil.zip
evil_via_absolute_file_name.zip
evil_via_invalid_utf8.zip
Mixed Paths.zip
Parent Dir Same Name As File.zip
README.md
Repeated Dir Name.zip
Repeated File Name With Different Cases.zip
Repeated File Name.zip
SJIS Bug 846195.zip
symlink_absolute_path.zip
symlink_duplicate_link.zip
symlink_evil_relative_path.zip
symlink_follow_own_link.zip
symlink_follow_own_link_dir.zip deps: update zlib to 1.3.1-63d7e16 2026-03-04 10:41:43 +01:00
symlink_too_large.zip
symlinks.zip
test.zip
test_encrypted.zip
test_mismatch_size.zip
test_nocompress.zip
test_posix_permissions.zip
unicode_path_extra.zip deps: update zlib to 1.3.1-63d7e16 2026-03-04 10:41:43 +01:00
unicode_path_extra_overflow.zip deps: update zlib to 1.3.1-63d7e16 2026-03-04 10:41:43 +01:00
Windows Special Names.zip
Wrong CRC.zip

test_posix_permissions.zip

Rebuild this zip by running:

rm test_posix_permissions.zip &&
mkdir z &&
cd z &&
touch 0.txt 1.txt 2.txt 3.txt &&
chmod a+x 0.txt &&
chmod o+x 1.txt &&
chmod u+x 2.txt &&
zip test_posix_permissions.zip * &&
mv test_posix_permissions.zip .. &&
cd .. &&
rm -r z