summaryrefslogtreecommitdiff
path: root/ext/zlib/tests
Commit message (Collapse)AuthorAgeFilesLines
* fix testsStanislav Malyshev2016-02-011-10/+10
|
* Merge branch 'PHP-5.4.40' into PHP-5.5.24Stanislav Malyshev2015-04-123-21/+21
|\ | | | | | | | | | | * PHP-5.4.40: fix memory leak & add test Fix tests
| * Fix testsStanislav Malyshev2015-04-123-21/+21
| |
* | the darwin specific test fails for me with the same output which is the ↵Ferenc Kovacs2014-11-272-28/+0
| | | | | | | | | | | | | | | | | | expected for the original test I couldn't find anybody who managed to see this test passing, but I found a bunch of other reports on qa.php.net/reports and on google which do see this test failing on mac. if this change causes you to have this test failing on Mac, please drop me a mail so we can improve the current test so it passes for everybody.
* | Correct two zlib tests to use a string, not a constTim Siebels2014-11-232-2/+2
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Andrey Hristov2014-08-062-0/+26
|\ \ | |/ | | | | | | | | | | Conflicts: NEWS configure.in main/php_version.h
| * Fixed Bug #67724Michael Wallner2014-08-052-0/+26
| | | | | | | | | | | | | | (chained zlib filters silently fail with large amounts of data) Use the same buffer size zlib uses internally to avoid Z_DATA_ERROR on massively compressed data
* | Test output relies on expose_php being onRasmus Lerdorf2014-07-141-0/+2
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2014-06-084-8/+8
|\ \ | |/ | | | | | | * PHP-5.4: Remove superfluous echos.
| * Remove superfluous echos.Jeff Welch2014-06-084-8/+8
| |
* | Merge branch 'PHP-5.4' into PHP-5.5Ferenc Kovacs2013-11-0613-15/+15
|\ \ | |/ | | | | | | Conflicts: ext/spl/tests/SplFileObject_rewind_error001.phpt
| * fix many parallel test issuesptarjan2013-11-0613-13/+13
| | | | | | | | | | | | | | | | | | | | | | While running these on HHVM I've run into a lot of parallelism issues. I'm backporting all the fixes I had to do in https://github.com/facebook/hiphop-php/blob/master/hphp/tools/import_zend_test.py#L650 to php core. Most of these changes were just filenames that were shared between tests, but I did more surgery on the fixed ports. I can apreciate port 31337 as much as the next nerd, but random ports are better for tests.
* | Merge branch 'PHP-5.4' into PHP-5.5Michael Wallner2013-08-091-0/+28
|\ \ | |/ | | | | | | | | * PHP-5.4: fix bug #65391 Update NEWS
| * fix bug #65391Michael Wallner2013-08-091-0/+28
| | | | | | | | | | Unable to send vary header user-agent when ob_start('ob_gzhandler') is called
| * Merge branch 'pull-request/320'Stanislav Malyshev2013-06-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/320: this is test 5 not 6 fix race condition more shared names that create race conditions change to a unique filename more shared filenames yet another shared filename don't share a filename to stop race conditions fix race condition for 2-4 and normalize names for others fix race condition when running tests in parallel clean up after test Fix #64572: Clean up after the test Fix #64572: Clean up after the test
* | Merge branch 'pull-request/320'Stanislav Malyshev2013-06-171-0/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * pull-request/320: this is test 5 not 6 fix race condition more shared names that create race conditions change to a unique filename more shared filenames yet another shared filename don't share a filename to stop race conditions fix race condition for 2-4 and normalize names for others fix race condition when running tests in parallel clean up after test Fix #64572: Clean up after the test Fix #64572: Clean up after the test
* | Merge branch 'PHP-5.4' into PHP-5.5Stanislav Malyshev2013-06-1028-28/+28
|\ \ | |/ | | | | | | | | * PHP-5.4: typo fixes (argument) typo fixes (accommodate, parameter)
| * typo fixes (argument)Veres Lajos2013-06-1028-28/+28
| |
* | Removed fork of ext/zlib/tests/bug_52944.phptAnatol Belski2013-04-242-27/+4
| | | | | | | | | | | | The real issue is a bug in asm zlib build, reported here https://github.com/madler/zlib/issues/41 . Non ASM builds behave more predictable.
* | Merge branch 'PHP-5.4'Anatoliy Belsky2012-09-094-322/+217
|\ \ | |/ | | | | | | * PHP-5.4: fixed test for bug #52944 also for darwin
| * fixed test for bug #52944 also for darwinReeze Xia2012-09-094-322/+217
| |
* | Merge branch 'PHP-5.4'Anatoliy Belsky2012-09-034-3/+163
|\ \ | |/ | | | | | | * PHP-5.4: forked two tests for windows
| * forked two tests for windowsAnatoliy Belsky2012-09-034-3/+163
| | | | | | | | | | | | | | | | | | | | * bug55544.phpt - VT vs. EXT at the start of the data block, but the data can still be decoded correctly * bug_52944.phpt works with the corrupted data and has some different out Most likely the ASM optimization under windows is responsible for this behaviour.
* | Merge branch 'PHP-5.4'Xinchen Hui2012-07-241-0/+0
|\ \ | |/
| * Re-fix bug #55544Xinchen Hui2012-07-241-0/+0
| |
* | Merge branch 'PHP-5.4'Anatoliy Belsky2012-07-131-0/+5
|\ \ | |/ | | | | | | * PHP-5.4: Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails
| * Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-07-131-0/+5
| |\ | | | | | | | | | | | | * PHP-5.3: Fixed bug #61677 ext\zlib\tests\bug_52944.phpt fails
| | * Fixed bug #61677 ext\zlib\tests\bug_52944.phpt failsAnatoliy Belsky2012-07-131-0/+5
| | | | | | | | | | | | | | | The test is known to fail on windows with zlib version < 1.2.7 (current dep is 1.2.5), with 1.2.7 it works. As it's primarily a zlib 1.2.5 issue on windows, skip it for now.
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-06-193-2/+66
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: split gzgetc_basic.phpt for zlib 1.2.7
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-06-193-2/+66
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: split gzgetc_basic.phpt for zlib 1.2.7
| | * split gzgetc_basic.phpt for zlib 1.2.7Anatoliy Belsky2012-06-193-2/+66
| | |
* | | Merge branch 'PHP-5.4'Michael Wallner2012-04-241-0/+15
|\ \ \ | |/ /
| * | fix bug #61443Michael Wallner2012-04-241-0/+15
| | | | | | | | | | | | | | | | | | | | | Since upgrade to PHP 5.4, we can't change zlib.output_compression on the fly the check for PHP_OUTPUT_WRITTEN was over-zealous
* | | Merge branch 'PHP-5.4'Michael Wallner2012-04-241-0/+23
|\ \ \ | |/ /
| * | fixed bug #61820Michael Wallner2012-04-241-0/+23
| | | | | | | | | | | | | | | | | | | | | | | | using ob_gzhandler will complain about headers already sent when no compression the Vary header should only be sent on the PHP_OUTPUT_HANDLER_START event
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-04-161-3/+12
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails
| * | Merge branch 'PHP-5.3' into PHP-5.4Anatoliy Belsky2012-04-161-3/+12
| |\ \ | | |/ | | | | | | | | | * PHP-5.3: Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt fails
| | * Fix bug 61680 ext\zlib\tests\gzencode_variation1-win32.phpt failsAnatoliy Belsky2012-04-161-3/+12
| | |
* | | Merge branch 'PHP-5.4'Anatoliy Belsky2012-03-271-13/+32
|\ \ \ | |/ / | | | | | | | | | * PHP-5.4: Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phpt
| * | Merge branch '5.3' into 5.4Anatoliy Belsky2012-03-271-13/+32
| |\ \ | | |/ | | | | | | | | | | | | | | | | | | * 5.3: Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phpt Conflicts: ext/zlib/tests/bug60761.phpt
| | * Fix bug #61519 test fails, should pass - ext/zlib/tests/bug60761.phptAnatoliy Belsky2012-03-271-14/+33
| | |
| | * Fix bug #61139 gzopen leaks when specifying invalid modeNikita Popov2012-02-191-0/+14
| | | | | | | | | | | | | | | Needs to be merged to 5.4.
| | * - add test for bug #60761Pierre Joye2012-01-181-1/+3
| | |
| | * - add test for bug #60761Pierre Joye2012-01-181-0/+33
| | |
| | * Fix test (gzdecode not valid in 5.3 branch, maybe need add ? )Xinchen Hui2011-09-131-1/+1
| | |
| | * - use only zlib function and reported the failure with base64 in #55620Pierre Joye2011-09-061-4/+4
| | |
| | * - Fixed bug #52944 (Invalid write on second and subsequent reads with an ↵Gustavo André dos Santos Lopes2010-09-291-0/+157
| | | | | | | | | | | | inflate filter fed invalid data).
| * | MFH: Fixed bug #61287 (A particular string fails to decompress)Michael Wallner2012-03-051-0/+24
| | |
| * | Merge: Fix bug #61139: gzopen leaks when specifying invalid modeNikita Popov2012-03-021-0/+14
| | |
| * | Please test your testsRasmus Lerdorf2012-01-231-35/+35
| | |