From 1624b0a91ff05f5be77696eb674381f08dd94e95 Mon Sep 17 00:00:00 2001 From: Gabriel Caruso Date: Sat, 3 Feb 2018 12:03:29 -0200 Subject: [PATCH] Remove superfluous SKIPIF sections in Zend tests --- Zend/tests/bug36214.phpt | 2 -- Zend/tests/bug42819.phpt | 4 +--- Zend/tests/bug45805.phpt | 4 +--- Zend/tests/bug50174.phpt | 2 -- Zend/tests/closure_042.phpt | 4 +--- Zend/tests/gc_024.phpt | 2 -- Zend/tests/ns_035.phpt | 2 -- Zend/tests/ns_036.phpt | 2 -- Zend/tests/ns_054.phpt | 2 -- Zend/tests/ns_056.phpt | 2 -- Zend/tests/return_types/reflection001.phpt | 6 +----- Zend/tests/unset_cv10.phpt | 2 -- 12 files changed, 4 insertions(+), 30 deletions(-) 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--