php-src/ext/phar/tests/zip
2009-07-24 19:40:41 +00:00
..
files new phar test for zip with data descriptor in local file header 2009-07-23 16:40:47 +00:00
033.phpt fix weird alias issues, add tests to check for new-found problems 2008-05-12 20:42:07 +00:00
033a.phpt add addFile/addFromString/addEmptyDir. API is identical to ext/zip 2008-04-09 19:23:31 +00:00
alias_acrobatics.phpt fix weird alias issues, add tests to check for new-found problems 2008-05-12 20:42:07 +00:00
all.phpt fix --CLEAN-- of all.phpt, remove unnecessary check in phar_convert_again.phpt, and fix signature generation and checking for zip to also include central directory up to the signature, implement better check for end-of-zip at signature verification 2009-07-24 19:40:41 +00:00
allU.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
badalias.phpt fix weird alias issues, add tests to check for new-found problems 2008-05-12 20:42:07 +00:00
bug48791.phpt new phar test for zip with data descriptor in local file header 2009-07-23 16:40:47 +00:00
bzip2.phpt MFB: work around crap stream filter implementation, update tests for compressed aliases in zip-based phar so they actually test the compression 2008-10-11 21:02:53 +00:00
corrupt_001.phpt new tests for corrupted zips 2008-04-19 05:58:40 +00:00
corrupt_002.phpt new corrupt zip test 2008-04-19 05:35:03 +00:00
corrupt_003.phpt new test for truncated file comment, fix memleak found by test 2008-04-19 05:39:42 +00:00
corrupt_004.phpt new test for central directory offset being wrong 2008-04-19 05:45:10 +00:00
corrupt_005.phpt new test for encrypted zips 2008-04-19 05:51:10 +00:00
corrupt_006.phpt new test for zip archives with files created from stdin 2008-04-19 05:53:57 +00:00
corrupt_007.phpt new tests for corrupted zips 2008-04-19 05:58:40 +00:00
corrupt_008.phpt new test for unsupported compression versions, vastly enhance error messages on unsupported compression methods, fix memleak 2008-04-19 06:18:13 +00:00
corrupt_009.phpt MFB increase code coverage 2008-08-21 20:36:21 +00:00
corrupt_010.phpt MFB increase code coverage 2008-08-21 20:36:21 +00:00
create_new_and_modify.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
create_new_phar_b.phpt make tests php version-agnostic with regards to stream errors 2008-04-13 21:31:46 +00:00
delete_in_phar_b.phpt Funnily enough those frontcontroller tests still pass here! Investigating... 2008-02-11 20:55:44 +00:00
delete_in_phar_confirm.phpt Funnily enough those frontcontroller tests still pass here! Investigating... 2008-02-11 20:55:44 +00:00
delete_in_phar.phpt Funnily enough those frontcontroller tests still pass here! Investigating... 2008-02-11 20:55:44 +00:00
delete.phpt Funnily enough those frontcontroller tests still pass here! Investigating... 2008-02-11 20:55:44 +00:00
dir.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
exists_as_phar.phpt fix alias overloading handling for archives that are not in use 2008-05-06 21:14:53 +00:00
frontcontroller1.phar.phpt - Added SKIPIF 2008-05-13 14:49:36 +00:00
frontcontroller2.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller3.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller4.phar.phpt - Added SKIPIF 2008-05-13 14:49:36 +00:00
frontcontroller5.phar.phpt - Added SKIPIF 2008-05-13 14:49:36 +00:00
frontcontroller6.phar.phpt - Added SKIPIF 2008-05-13 14:49:36 +00:00
frontcontroller7.phar.phpt - Added SKIPIF 2008-05-13 14:49:36 +00:00
frontcontroller8.phar.phpt There's a difference between 'BORKED' and 'FAILED'... 2008-02-11 21:05:47 +00:00
frontcontroller9.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller10.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller11.phar.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
frontcontroller12.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller13.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller14.phar.phpt - Added SKIPIF 2008-05-13 14:49:36 +00:00
frontcontroller15.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller16.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
frontcontroller17.phar.phpt - Added SKIPIF 2008-05-13 14:49:36 +00:00
frontcontroller18.phar.phpt - Added SKIPIF 2008-05-13 14:49:36 +00:00
frontcontroller19.phar.phpt - Added SKIPIF 2008-05-13 14:49:36 +00:00
frontcontroller20.phar.phpt - Added SKIPIF 2008-05-13 14:49:36 +00:00
frontcontroller21.phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
getalias.phpt - Make sure default alias is set in phar.zip 2008-05-12 17:12:56 +00:00
largezip.phpt fix large zip test 2008-04-16 20:08:02 +00:00
metadata_write_commit.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
metadata_write_commitU.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
notphar.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
odt.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_existing_b_5_2.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_existing_b.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_existing_c_5_2.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_existing_c.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_existing.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_newfile_b_5_2.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_newfile_b.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_newfile_c_5_2.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_newfile_c.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
open_for_write_newfile.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_begin_setstub_commit.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_begin_setstub_commitU.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_buildfromiterator4.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_buildfromiterator5.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_buildfromiterator6.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_buildfromiterator7.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_buildfromiterator8.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_buildfromiterator9.phpt Get rid of zip requirement 2008-01-28 16:31:56 +00:00
phar_commitwrite.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_convert_phar.phpt - IS_UNICODE checks and conversions 2008-05-19 19:05:42 +00:00
phar_copy.phpt refactor isTar/isZip/isPhar into isFileFormat(int format) where format is one of Phar::TAR,, Phar::ZIP, Phar::PHAR 2008-05-02 05:05:56 +00:00
phar_magic.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_magicU.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_oo_compressallbz2.phpt increase code coverage (and magically, mysteriously this tests passes with no other changes - weird) 2008-04-26 17:29:55 +00:00
phar_oo_compressallgz.phpt add failing tests for compression of zip files internally 2008-04-16 20:15:19 +00:00
phar_setalias2.phpt fix alias overloading handling for archives that are not in use 2008-05-06 21:14:53 +00:00
phar_setalias.phpt - Fix a couple of failing tests/bad cleanup 2008-04-27 11:31:27 +00:00
phar_setdefaultstub.phpt down to 1 failing zip test with this commit 2008-02-23 18:28:36 +00:00
phar_setsignaturealgo2.phpt fix signature generation/validation for zip archives by phar extension, fix a few edge cases where memory was leaked on error conditions by missing efree() 2009-07-24 15:42:17 +00:00
phar_stub_error.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
phar_stub.phpt MFB: add safeguard check for timestamp modification to phar_stub.phpt and phar_gzip.phpt 2009-03-01 07:16:55 +00:00
refcount1_5_2.phpt Updating tests. 100% pass rate here now - not sure about the rest of the world just yet (sorry Marcus). 2008-02-24 19:34:05 +00:00
refcount1.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
rename_dir.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
rename.phpt Funnily enough those frontcontroller tests still pass here! Investigating... 2008-02-11 20:55:44 +00:00
rmdir.phpt MFB: fix faulty tests 2008-10-12 23:33:08 +00:00
unixzip.phpt - Bring phar tests into line across all branches 2008-08-01 13:36:19 +00:00
zlib.phpt MFB: work around crap stream filter implementation, update tests for compressed aliases in zip-based phar so they actually test the compression 2008-10-11 21:02:53 +00:00