tony2001                Thu Apr 12 12:29:48 2007 UTC

  Modified files:              (Branch: PHP_5_2)
    /php-src/ext/reflection/tests       008.phpt 009.phpt bug37816.phpt 
                                        bug38217.phpt bug38653.phpt 
                                        bug38942.phpt bug39001.phpt 
                                        bug39067.phpt bug39884.phpt 
                                        bug40431.phpt 
  Log:
  add missing SKIPIF sections
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/008.phpt?r1=1.2.2.2&r2=1.2.2.3&diff_format=u
Index: php-src/ext/reflection/tests/008.phpt
diff -u php-src/ext/reflection/tests/008.phpt:1.2.2.2 
php-src/ext/reflection/tests/008.phpt:1.2.2.3
--- php-src/ext/reflection/tests/008.phpt:1.2.2.2       Wed Oct 11 15:52:56 2006
+++ php-src/ext/reflection/tests/008.phpt       Thu Apr 12 12:29:47 2007
@@ -1,5 +1,7 @@
 --TEST--
 ReflectionMethod::__construct() tests
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/009.phpt?r1=1.2.2.2&r2=1.2.2.3&diff_format=u
Index: php-src/ext/reflection/tests/009.phpt
diff -u php-src/ext/reflection/tests/009.phpt:1.2.2.2 
php-src/ext/reflection/tests/009.phpt:1.2.2.3
--- php-src/ext/reflection/tests/009.phpt:1.2.2.2       Thu Apr 12 12:23:30 2007
+++ php-src/ext/reflection/tests/009.phpt       Thu Apr 12 12:29:47 2007
@@ -1,5 +1,7 @@
 --TEST--
 ReflectionFunction basic tests
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/bug37816.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/reflection/tests/bug37816.phpt
diff -u php-src/ext/reflection/tests/bug37816.phpt:1.1.2.2 
php-src/ext/reflection/tests/bug37816.phpt:1.1.2.3
--- php-src/ext/reflection/tests/bug37816.phpt:1.1.2.2  Mon Jul 10 00:18:53 2006
+++ php-src/ext/reflection/tests/bug37816.phpt  Thu Apr 12 12:29:47 2007
@@ -1,5 +1,7 @@
 --TEST--
 Bug #37816 (ReflectionProperty does not throw exception when accessing 
protected attribute)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/bug38217.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/reflection/tests/bug38217.phpt
diff -u php-src/ext/reflection/tests/bug38217.phpt:1.1.2.1 
php-src/ext/reflection/tests/bug38217.phpt:1.1.2.2
--- php-src/ext/reflection/tests/bug38217.phpt:1.1.2.1  Wed Jul 26 08:03:48 2006
+++ php-src/ext/reflection/tests/bug38217.phpt  Thu Apr 12 12:29:47 2007
@@ -1,5 +1,7 @@
 --TEST--
-#38217 (ReflectionClass::newInstanceArgs() tries to allocate too much memory)
+Bug #38217 (ReflectionClass::newInstanceArgs() tries to allocate too much 
memory)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/bug38653.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/reflection/tests/bug38653.phpt
diff -u php-src/ext/reflection/tests/bug38653.phpt:1.1.2.2 
php-src/ext/reflection/tests/bug38653.phpt:1.1.2.3
--- php-src/ext/reflection/tests/bug38653.phpt:1.1.2.2  Wed Aug 30 10:42:49 2006
+++ php-src/ext/reflection/tests/bug38653.phpt  Thu Apr 12 12:29:47 2007
@@ -1,5 +1,7 @@
 --TEST--
 Bug #38653 (memory leak in ReflectionClass::getConstant())
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/bug38942.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/reflection/tests/bug38942.phpt
diff -u php-src/ext/reflection/tests/bug38942.phpt:1.1.2.2 
php-src/ext/reflection/tests/bug38942.phpt:1.1.2.3
--- php-src/ext/reflection/tests/bug38942.phpt:1.1.2.2  Mon Oct  2 08:36:35 2006
+++ php-src/ext/reflection/tests/bug38942.phpt  Thu Apr 12 12:29:47 2007
@@ -1,5 +1,7 @@
 --TEST--
 Bug #38942 (Double old-style-ctor inheritance)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 class foo {
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/bug39001.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/reflection/tests/bug39001.phpt
diff -u php-src/ext/reflection/tests/bug39001.phpt:1.1.2.2 
php-src/ext/reflection/tests/bug39001.phpt:1.1.2.3
--- php-src/ext/reflection/tests/bug39001.phpt:1.1.2.2  Mon Oct  2 12:16:35 2006
+++ php-src/ext/reflection/tests/bug39001.phpt  Thu Apr 12 12:29:47 2007
@@ -1,5 +1,7 @@
 --TEST--
 Bug #39001 (ReflectionProperty returns incorrect declaring class for protected 
properties)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/bug39067.phpt?r1=1.1.2.3&r2=1.1.2.4&diff_format=u
Index: php-src/ext/reflection/tests/bug39067.phpt
diff -u php-src/ext/reflection/tests/bug39067.phpt:1.1.2.3 
php-src/ext/reflection/tests/bug39067.phpt:1.1.2.4
--- php-src/ext/reflection/tests/bug39067.phpt:1.1.2.3  Fri Oct  6 18:03:19 2006
+++ php-src/ext/reflection/tests/bug39067.phpt  Thu Apr 12 12:29:48 2007
@@ -1,5 +1,7 @@
 --TEST--
 Bug #39067 (getDeclaringClass() and private properties)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/bug39884.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/reflection/tests/bug39884.phpt
diff -u php-src/ext/reflection/tests/bug39884.phpt:1.1.2.1 
php-src/ext/reflection/tests/bug39884.phpt:1.1.2.2
--- php-src/ext/reflection/tests/bug39884.phpt:1.1.2.1  Fri Dec 22 15:37:48 2006
+++ php-src/ext/reflection/tests/bug39884.phpt  Thu Apr 12 12:29:48 2007
@@ -1,5 +1,7 @@
 --TEST--
 Bug #39884 (ReflectionParameter::getClass() throws exception for type hint 
self)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 class stubParamTest
http://cvs.php.net/viewvc.cgi/php-src/ext/reflection/tests/bug40431.phpt?r1=1.1.2.2&r2=1.1.2.3&diff_format=u
Index: php-src/ext/reflection/tests/bug40431.phpt
diff -u php-src/ext/reflection/tests/bug40431.phpt:1.1.2.2 
php-src/ext/reflection/tests/bug40431.phpt:1.1.2.3
--- php-src/ext/reflection/tests/bug40431.phpt:1.1.2.2  Sat Feb 10 20:52:42 2007
+++ php-src/ext/reflection/tests/bug40431.phpt  Thu Apr 12 12:29:48 2007
@@ -1,5 +1,7 @@
 --TEST--
 Bug #40431 (dynamic properties may cause crash in ReflectionProperty methods)
+--SKIPIF--
+<?php extension_loaded('reflection') or die('skip'); ?>
 --FILE--
 <?php
 

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to