From: Gabriel Caruso Date: Sat, 3 Feb 2018 14:03:29 +0000 (-0200) Subject: Remove superfluous SKIPIF sections in Zend tests X-Git-Tag: php-7.3.0alpha1~493 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1624b0a91ff05f5be77696eb674381f08dd94e95;p=php Remove superfluous SKIPIF sections in Zend tests --- diff --git a/Zend/tests/bug36214.phpt b/Zend/tests/bug36214.phpt index 630773713a..b2e3e5dd21 100644 --- a/Zend/tests/bug36214.phpt +++ b/Zend/tests/bug36214.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #36214 (__get method works properly only when conditional operator is used) ---SKIPIF-- - --FILE-- --FILE-- --FILE-- bar(); ?> diff --git a/Zend/tests/bug50174.phpt b/Zend/tests/bug50174.phpt index ac2ad2cb8d..6ed5733b67 100644 --- a/Zend/tests/bug50174.phpt +++ b/Zend/tests/bug50174.phpt @@ -1,7 +1,5 @@ --TEST-- Bug #50174 (Incorrectly matched docComment) ---SKIPIF-- - --FILE-- --FILE-- getClosureScopeClass()->name); //dummy sope is Closure echo "Done.\n"; - +?> --EXPECTF-- object(stdClass)#%d (0) { } diff --git a/Zend/tests/gc_024.phpt b/Zend/tests/gc_024.phpt index ca78da63d3..3f6290241a 100644 --- a/Zend/tests/gc_024.phpt +++ b/Zend/tests/gc_024.phpt @@ -2,8 +2,6 @@ GC 024: GC and objects with non-standard handlers --INI-- zend.enable_gc=1 ---SKIPIF-- - --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --FILE-- --EXPECTF-- Class [ class A ] { @@ %sreflection001.php 3-7 @@ -41,4 +38,3 @@ Class [ class A ] { } } } - diff --git a/Zend/tests/unset_cv10.phpt b/Zend/tests/unset_cv10.phpt index 3b943d8b6a..335463b0ca 100644 --- a/Zend/tests/unset_cv10.phpt +++ b/Zend/tests/unset_cv10.phpt @@ -1,7 +1,5 @@ --TEST-- unset() CV 10 (unset() of global variable in ArrayObject::offsetUnset($GLOBALS)) ---SKIPIF-- - --FILE--