sfox            Fri Jun 20 14:42:04 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/phar/tests     bug13727.phpt bug45218_SLOWTEST.phpt 
  Log:
  - Use SKIP_SLOW_TESTS where it's most useful
  
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/bug13727.phpt?r1=1.3&r2=1.3.2.1&diff_format=u
Index: php-src/ext/phar/tests/bug13727.phpt
diff -u php-src/ext/phar/tests/bug13727.phpt:1.3 
php-src/ext/phar/tests/bug13727.phpt:1.3.2.1
--- php-src/ext/phar/tests/bug13727.phpt:1.3    Sat Apr 26 13:22:37 2008
+++ php-src/ext/phar/tests/bug13727.phpt        Fri Jun 20 14:42:04 2008
@@ -2,6 +2,7 @@
 Phar: SLOW TEST bug #13727: "Number of files in the Phar" limited to 2042
 --SKIPIF--
 <?php if (!extension_loaded("phar")) die("skip"); ?>
+<?php if (getenv('SKIP_SLOW_TESTS')) die('skip'); ?>
 --INI--
 phar.require_hash=0
 phar.readonly=0
http://cvs.php.net/viewvc.cgi/php-src/ext/phar/tests/bug45218_SLOWTEST.phpt?r1=1.1.2.1&r2=1.1.2.2&diff_format=u
Index: php-src/ext/phar/tests/bug45218_SLOWTEST.phpt
diff -u php-src/ext/phar/tests/bug45218_SLOWTEST.phpt:1.1.2.1 
php-src/ext/phar/tests/bug45218_SLOWTEST.phpt:1.1.2.2
--- php-src/ext/phar/tests/bug45218_SLOWTEST.phpt:1.1.2.1       Tue Jun 10 
19:20:33 2008
+++ php-src/ext/phar/tests/bug45218_SLOWTEST.phpt       Fri Jun 20 14:42:04 2008
@@ -2,6 +2,7 @@
 Phar::buildFromIterator() iterator, too many files for open file handles (Bug 
#45218)
 --SKIPIF--
 <?php if (!extension_loaded("phar")) die("skip"); ?>
+<?php if (getenv('SKIP_SLOW_TESTS')) die('skip'); ?>
 --INI--
 phar.require_hash=0
 phar.readonly=0



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

Reply via email to