From: Hannes Magnusson Date: Thu, 23 Jun 2011 21:27:42 +0000 (+0000) Subject: These are annoyingly slow X-Git-Tag: php-5.3.7RC2~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=71a5c3d7ec781bd058828a435b2dc8dfca973472;p=php These are annoyingly slow --- diff --git a/ext/date/tests/date_diff.phpt b/ext/date/tests/date_diff.phpt index 31783a884d..e01a94e767 100644 --- a/ext/date/tests/date_diff.phpt +++ b/ext/date/tests/date_diff.phpt @@ -1,5 +1,9 @@ --TEST-- Extensive test for date_diff(). +--SKIPIF-- + --INI-- date.timezone=UTC --FILE-- diff --git a/ext/standard/tests/file/001.phpt b/ext/standard/tests/file/001.phpt index e3768b19dd..d604699ac4 100644 --- a/ext/standard/tests/file/001.phpt +++ b/ext/standard/tests/file/001.phpt @@ -5,6 +5,7 @@ File type functions if (substr(PHP_OS, 0, 3) == 'WIN') { die('skip no symlinks on Windows'); } +if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); ?> --FILE-- --FILE-- --FILE-- --FILE-- + --CREDITS-- Àlex Corretgé - alex@corretge.cat --FILE-- diff --git a/ext/standard/tests/strings/htmlentities_html4.phpt b/ext/standard/tests/strings/htmlentities_html4.phpt index 3f700e828a..d7bff707fd 100644 --- a/ext/standard/tests/strings/htmlentities_html4.phpt +++ b/ext/standard/tests/strings/htmlentities_html4.phpt @@ -1,5 +1,9 @@ --TEST-- htmlentities() conformance check (HTML 4) +--SKIPIF-- + --FILE-- --FILE-- --FILE--