tyrael Tue, 01 Nov 2011 10:25:47 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=318637
Log: ignore this test on FreeBSD per #60186 Bug: https://bugs.php.net/60186 (Open) stream_select ignores the timeout on freebsd Changed paths: U php/php-src/branches/PHP_5_3/ext/spl/tests/bug60082.phpt Modified: php/php-src/branches/PHP_5_3/ext/spl/tests/bug60082.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/spl/tests/bug60082.phpt 2011-11-01 10:20:39 UTC (rev 318636) +++ php/php-src/branches/PHP_5_3/ext/spl/tests/bug60082.phpt 2011-11-01 10:25:47 UTC (rev 318637) @@ -3,6 +3,9 @@ --SKIPIF-- <?php if (getenv("SKIP_SLOW_TESTS")) die("skip slow test"); +if ((stristr(PHP_OS, 'freebsd'))) { + die('skip.. this test causes the run-tests.php to hang on Freebsd, see #60186'); +} ?> --FILE-- <?php
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php