php-src/ext/phar/tests/tar
Steph Fox 76640a615f - One last tweak (so Phar and no-phar work the same again now)
- Bunch of test fixes
- Note: I added a silencer to the unlink() call in zip/tarmaker to avoid system warnings here. If this messes up tests elsewhere we'll need to re-think.
2008-01-29 11:58:27 +00:00
..
033.phpt add tar-based to 2 tests 2008-01-07 22:22:27 +00:00
033a.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
create_new_and_modify.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
create_new_phar_b.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
delete_in_phar_b.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
delete_in_phar_confirm.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
delete_in_phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
delete.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
dir.phpt add tests for directory creation and management for tar and zip-based phars, add isPhar() to phar-based test 2008-01-09 03:51:38 +00:00
frontcontroller1.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller2.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller2.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller2.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller3.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller3.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller3.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller4.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller4.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller4.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller5.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller5.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller5.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller6.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller6.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller6.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller7.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller7.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller7.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller8.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller8.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller8.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller9.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller9.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller9.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller10.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller10.phar.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
frontcontroller10.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller11.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller11.phar.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
frontcontroller11.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller12.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller12.phar.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
frontcontroller12.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller13.phar.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
frontcontroller14.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller15.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller16.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller17.phar.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller18.phar.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
frontcontroller19.phar.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
frontcontroller20.phar.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
frontcontroller21.phar.phpt fix test to be OS-agnostic 2008-01-14 06:23:10 +00:00
frontcontroller.phar.inc new tests for tar format 2008-01-07 05:35:18 +00:00
frontcontroller.phar.tar new tests for tar format 2008-01-07 05:35:18 +00:00
make_invalid_tar.php.inc do not attempt to create a new phar if a file exists and is corrupted or is not a phar archive, 2008-01-05 22:46:54 +00:00
open_for_write_existing_b.phpt new tests 2008-01-07 17:40:43 +00:00
open_for_write_existing_c.phpt new tests 2008-01-07 17:40:43 +00:00
open_for_write_existing.phpt new tests 2008-01-07 17:40:43 +00:00
open_for_write_newfile_b.phpt add tar-based to test names 2008-01-07 17:41:30 +00:00
open_for_write_newfile_c.phpt add tar-based to test names 2008-01-07 17:41:30 +00:00
open_for_write_newfile.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_begin_setstub_commit.phpt fp must be nulled on every write also when == phar->fp or we get stale fp and problems. add new test that unearthed this problem 2008-01-07 17:58:31 +00:00
phar_buildfromiterator4.phpt new tests 2008-01-07 18:07:10 +00:00
phar_buildfromiterator5.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_buildfromiterator6.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_buildfromiterator7.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_buildfromiterator8.phpt new tests 2008-01-07 18:07:10 +00:00
phar_buildfromiterator9.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
phar_commitwrite.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
phar_convert_phar2.phpt fix tests to match CVS 2008-01-22 05:26:38 +00:00
phar_convert_phar3.phpt fix 2 tests, add phar.readonly checks to rmdir/mkdir 2008-01-22 20:24:52 +00:00
phar_convert_phar.phpt add Phar::convertToTar(), Phar::convertToZip(), and Phar::convertToPhar() 2008-01-16 07:24:39 +00:00
phar_copy.phpt fix empty directories in phar, add test 2008-01-09 00:58:37 +00:00
phar_magic.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
phar_setalias2.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
phar_setalias.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
phar_stub_error.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
refcount1_5_2.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
refcount1.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
rename.phpt complete set of new tests for zip-based phars (need to test compression for zip-based phars) 2008-01-08 07:08:46 +00:00
tar_001.phpt - One last tweak (so Phar and no-phar work the same again now) 2008-01-29 11:58:27 +00:00
tar_002.phpt - One last tweak (so Phar and no-phar work the same again now) 2008-01-29 11:58:27 +00:00
tar_003.phpt new tests for tar format 2008-01-07 05:35:18 +00:00
tar_004.phpt eliminate potential double-free of alias 2008-01-07 22:21:10 +00:00
tar_bz2.phpt new tests for bz2-compressed tar or phar-based phars (wow, worked on first try, how about that) 2008-01-09 08:48:56 +00:00
tar_gzip.phpt fix gzipped phars in phar file format, add test 2008-01-09 08:45:00 +00:00
tar_makebz2.phpt add support for creation of gzipped and bzipped tar-based phars 2008-01-15 23:41:44 +00:00
tar_makegz.phpt add support for creation of gzipped and bzipped tar-based phars 2008-01-15 23:41:44 +00:00
tar_nostub.phpt always mung PATH_INFO and PATH_TRANSLATED, fix segfault if tar-based phar has no stub 2008-01-11 02:52:13 +00:00
tarmaker.php.inc new tests for bz2-compressed tar or phar-based phars (wow, worked on first try, how about that) 2008-01-09 08:48:56 +00:00