pajoye Tue, 06 Sep 2011 06:57:53 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=316217
Log: - add skipif Changed paths: U php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_error.phpt U php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation1.phpt U php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation2.phpt U php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation3.phpt U php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation4.phpt U php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation5.phpt U php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation6.phpt U php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation7.phpt U php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_error.phpt U php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation1.phpt U php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation2.phpt U php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation3.phpt U php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation4.phpt U php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation5.phpt U php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation6.phpt U php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation7.phpt U php/php-src/trunk/ext/posix/tests/posix_ttyname_error.phpt U php/php-src/trunk/ext/posix/tests/posix_ttyname_variation1.phpt U php/php-src/trunk/ext/posix/tests/posix_ttyname_variation2.phpt U php/php-src/trunk/ext/posix/tests/posix_ttyname_variation3.phpt U php/php-src/trunk/ext/posix/tests/posix_ttyname_variation4.phpt U php/php-src/trunk/ext/posix/tests/posix_ttyname_variation5.phpt U php/php-src/trunk/ext/posix/tests/posix_ttyname_variation6.phpt U php/php-src/trunk/ext/posix/tests/posix_ttyname_variation7.phpt
Modified: php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_error.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_error.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_error.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation1.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation1.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation1.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation2.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation2.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation2.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation3.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation3.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation3.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation4.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation4.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation4.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation5.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation5.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation5.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation6.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation6.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation6.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation7.phpt =================================================================== --- php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation7.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_3/ext/posix/tests/posix_ttyname_variation7.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_error.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_error.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_error.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation1.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation1.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation1.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation2.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation2.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation2.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation3.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation3.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation3.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation4.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation4.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation4.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation5.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation5.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation5.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation6.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation6.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation6.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation7.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation7.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/branches/PHP_5_4/ext/posix/tests/posix_ttyname_variation7.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/trunk/ext/posix/tests/posix_ttyname_error.phpt =================================================================== --- php/php-src/trunk/ext/posix/tests/posix_ttyname_error.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/trunk/ext/posix/tests/posix_ttyname_error.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/trunk/ext/posix/tests/posix_ttyname_variation1.phpt =================================================================== --- php/php-src/trunk/ext/posix/tests/posix_ttyname_variation1.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/trunk/ext/posix/tests/posix_ttyname_variation1.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/trunk/ext/posix/tests/posix_ttyname_variation2.phpt =================================================================== --- php/php-src/trunk/ext/posix/tests/posix_ttyname_variation2.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/trunk/ext/posix/tests/posix_ttyname_variation2.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/trunk/ext/posix/tests/posix_ttyname_variation3.phpt =================================================================== --- php/php-src/trunk/ext/posix/tests/posix_ttyname_variation3.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/trunk/ext/posix/tests/posix_ttyname_variation3.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/trunk/ext/posix/tests/posix_ttyname_variation4.phpt =================================================================== --- php/php-src/trunk/ext/posix/tests/posix_ttyname_variation4.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/trunk/ext/posix/tests/posix_ttyname_variation4.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/trunk/ext/posix/tests/posix_ttyname_variation5.phpt =================================================================== --- php/php-src/trunk/ext/posix/tests/posix_ttyname_variation5.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/trunk/ext/posix/tests/posix_ttyname_variation5.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/trunk/ext/posix/tests/posix_ttyname_variation6.phpt =================================================================== --- php/php-src/trunk/ext/posix/tests/posix_ttyname_variation6.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/trunk/ext/posix/tests/posix_ttyname_variation6.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php Modified: php/php-src/trunk/ext/posix/tests/posix_ttyname_variation7.phpt =================================================================== --- php/php-src/trunk/ext/posix/tests/posix_ttyname_variation7.phpt 2011-09-06 06:52:26 UTC (rev 316216) +++ php/php-src/trunk/ext/posix/tests/posix_ttyname_variation7.phpt 2011-09-06 06:57:53 UTC (rev 316217) @@ -4,6 +4,12 @@ Marco Fabbri mrfab...@gmail.com Francesco Fullone f...@ideato.it #PHPTestFest Cesena Italia on 2009-06-20 +--SKIPIF-- +<?php +if (!extension_loaded('posix')) { + die('SKIP The posix extension is not loaded.'); +} +?> --FILE-- <?php
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php