summaryrefslogtreecommitdiff
path: root/ext/zlib/tests/bug_52944.phpt
diff options
context:
space:
mode:
authorFerenc Kovacs <tyrael@php.net>2014-11-27 00:08:40 +0100
committerFerenc Kovacs <tyrael@php.net>2014-11-27 00:08:40 +0100
commit5d67e8617b5d0bf9015bb8ea4df570e19aed89de (patch)
tree49fe3ddbec61de64211ddeeb31cff94ada5e28e0 /ext/zlib/tests/bug_52944.phpt
parent3656349990cf67b32df8155901e76a88ea2cea44 (diff)
downloadphp-git-5d67e8617b5d0bf9015bb8ea4df570e19aed89de.tar.gz
the darwin specific test fails for me with the same output which is the 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.
Diffstat (limited to 'ext/zlib/tests/bug_52944.phpt')
-rw-r--r--ext/zlib/tests/bug_52944.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/zlib/tests/bug_52944.phpt b/ext/zlib/tests/bug_52944.phpt
index ff82d29cc7..68bd53791d 100644
--- a/ext/zlib/tests/bug_52944.phpt
+++ b/ext/zlib/tests/bug_52944.phpt
@@ -2,10 +2,6 @@
Bug #52944 (segfault with zlib filter and corrupted data)
--SKIPIF--
<?php if (!extension_loaded("zlib")) print "skip"; ?>
-<?php
-if (PHP_OS == 'Darwin') {
- die("skip not for Darwin");
-}
--INI--
allow_url_fopen=1
--FILE--