mike Wed, 18 Jan 2012 10:16:37 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=322440
Log: remove XFAIL for bug #47178 Bug: https://bugs.php.net/47178 (error getting bug information) Changed paths: U php/php-src/branches/PHP_5_4/ext/zlib/tests/gzencode_variation2-win32.phpt U php/php-src/branches/PHP_5_4/ext/zlib/tests/gzencode_variation2.phpt U php/php-src/trunk/ext/zlib/tests/gzencode_variation2-win32.phpt U php/php-src/trunk/ext/zlib/tests/gzencode_variation2.phpt Modified: php/php-src/branches/PHP_5_4/ext/zlib/tests/gzencode_variation2-win32.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/zlib/tests/gzencode_variation2-win32.phpt 2012-01-18 10:11:49 UTC (rev 322439) +++ php/php-src/branches/PHP_5_4/ext/zlib/tests/gzencode_variation2-win32.phpt 2012-01-18 10:16:37 UTC (rev 322440) @@ -1,7 +1,5 @@ --TEST-- Test gzencode() function : variation - verify header contents with all encoding modes ---XFAIL-- -Test will fail until bug #47178 resolved; missing gzip headers whne FORCE_DEFLATE specified --SKIPIF-- <?php @@ -38,5 +36,5 @@ -- Testing with each encoding_mode -- string(90) "1f8b080000000000000b735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000" string(90) "1f8b080000000000000b735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000" -string(86) "1f8b080000000000000b789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd" +string(66) "789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd" ===DONE=== Modified: php/php-src/branches/PHP_5_4/ext/zlib/tests/gzencode_variation2.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/zlib/tests/gzencode_variation2.phpt 2012-01-18 10:11:49 UTC (rev 322439) +++ php/php-src/branches/PHP_5_4/ext/zlib/tests/gzencode_variation2.phpt 2012-01-18 10:16:37 UTC (rev 322440) @@ -1,7 +1,5 @@ --TEST-- Test gzencode() function : variation - verify header contents with all encoding modes ---XFAIL-- -Test will fail until bug #47178 resolved; missing gzip headers when FORCE_DEFLATE specified --SKIPIF-- <?php @@ -38,5 +36,5 @@ -- Testing with each encoding_mode -- string(90) "1f8b0800000000000003735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000" string(90) "1f8b0800000000000003735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000" -string(86) "1f8b0800000000000003789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd" +string(66) "789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd" ===DONE=== Modified: php/php-src/trunk/ext/zlib/tests/gzencode_variation2-win32.phpt =================================================================== --- php/php-src/trunk/ext/zlib/tests/gzencode_variation2-win32.phpt 2012-01-18 10:11:49 UTC (rev 322439) +++ php/php-src/trunk/ext/zlib/tests/gzencode_variation2-win32.phpt 2012-01-18 10:16:37 UTC (rev 322440) @@ -1,7 +1,5 @@ --TEST-- Test gzencode() function : variation - verify header contents with all encoding modes ---XFAIL-- -Test will fail until bug #47178 resolved; missing gzip headers whne FORCE_DEFLATE specified --SKIPIF-- <?php @@ -38,5 +36,5 @@ -- Testing with each encoding_mode -- string(90) "1f8b080000000000000b735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000" string(90) "1f8b080000000000000b735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000" -string(86) "1f8b080000000000000b789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd" +string(66) "789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd" ===DONE=== Modified: php/php-src/trunk/ext/zlib/tests/gzencode_variation2.phpt =================================================================== --- php/php-src/trunk/ext/zlib/tests/gzencode_variation2.phpt 2012-01-18 10:11:49 UTC (rev 322439) +++ php/php-src/trunk/ext/zlib/tests/gzencode_variation2.phpt 2012-01-18 10:16:37 UTC (rev 322440) @@ -1,7 +1,5 @@ --TEST-- Test gzencode() function : variation - verify header contents with all encoding modes ---XFAIL-- -Test will fail until bug #47178 resolved; missing gzip headers when FORCE_DEFLATE specified --SKIPIF-- <?php @@ -38,5 +36,5 @@ -- Testing with each encoding_mode -- string(90) "1f8b0800000000000003735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000" string(90) "1f8b0800000000000003735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200d7739de519000000" -string(86) "1f8b0800000000000003789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd" +string(66) "789c735428ce4dccc951282e29cacc4b5728c95748cd4bce4f49e50200735808cd" ===DONE===
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
