stas Wed, 04 Jan 2012 20:40:13 +0000 Revision: http://svn.php.net/viewvc?view=revision&revision=321769
Log: move to XFAIL since it fails on 32-bit Changed paths: U php/php-src/branches/PHP_5_4/ext/date/tests/bug52062.phpt U php/php-src/trunk/ext/date/tests/bug52062.phpt Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug52062.phpt =================================================================== --- php/php-src/branches/PHP_5_4/ext/date/tests/bug52062.phpt 2012-01-04 17:01:08 UTC (rev 321768) +++ php/php-src/branches/PHP_5_4/ext/date/tests/bug52062.phpt 2012-01-04 20:40:13 UTC (rev 321769) @@ -4,6 +4,8 @@ <?php if (PHP_INT_SIZE == 8) die('skip 32-bit only'); ?> +--XFAIL-- +Waiting for resolution of the 32-bit case. --INI-- date.timezone=UTC --FILE-- Modified: php/php-src/trunk/ext/date/tests/bug52062.phpt =================================================================== --- php/php-src/trunk/ext/date/tests/bug52062.phpt 2012-01-04 17:01:08 UTC (rev 321768) +++ php/php-src/trunk/ext/date/tests/bug52062.phpt 2012-01-04 20:40:13 UTC (rev 321769) @@ -4,6 +4,8 @@ <?php if (PHP_INT_SIZE == 8) die('skip 32-bit only'); ?> +--XFAIL-- +Waiting for resolution of the 32-bit case. --INI-- date.timezone=UTC --FILE--
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php