]> granicus.if.org Git - php/commitdiff
- Use SKIP_SLOW_TESTS where it's most useful
authorSteph Fox <sfox@php.net>
Fri, 20 Jun 2008 14:42:04 +0000 (14:42 +0000)
committerSteph Fox <sfox@php.net>
Fri, 20 Jun 2008 14:42:04 +0000 (14:42 +0000)
ext/phar/tests/bug13727.phpt
ext/phar/tests/bug45218_SLOWTEST.phpt

index cc7fc19a6c451fcb40f0e3c20fee11fe4d8be8fd..e742b955d7cd83aa4f7d47b14ae2cb781838f1f7 100644 (file)
@@ -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
index 66c06cdab0be417343bd7a76eef1be129896a1ef..d6b20a2823eaa3d6ba30363a79d11d842640d26d 100644 (file)
@@ -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