[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/bug52062.phpt trunk/ext/date/tests/bug52062.phpt

2012-01-04 Thread Stanislav Malyshev
stas Wed, 04 Jan 2012 20:40:13 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=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

[PHP-CVS] svn: /php/php-src/ branches/PHP_5_4/ext/date/tests/bug52062.phpt trunk/ext/date/tests/bug52062.phpt

2011-12-07 Thread Pierre Joye
pajoye   Wed, 07 Dec 2011 10:38:35 +

Revision: http://svn.php.net/viewvc?view=revisionrevision=320568

Log:
- tests require 64bit integer

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   2011-12-07 
10:33:13 UTC (rev 320567)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug52062.phpt   2011-12-07 
10:38:35 UTC (rev 320568)
@@ -1,5 +1,11 @@
 --TEST--
 Bug #52062: large timestamps with DateTime::getTimestamp and 
DateTime::setTimestamp
+--SKIPIF--
+?php
+if (PHP_INT_SIZE == 4) die('skip tests require 64bit integer (php\' int, long 
in C.');
+?
+--INI--
+date.timezone=UTC
 --FILE--
 ?php
 $d = new DateTime('@1000');

Modified: php/php-src/trunk/ext/date/tests/bug52062.phpt
===
--- php/php-src/trunk/ext/date/tests/bug52062.phpt  2011-12-07 10:33:13 UTC 
(rev 320567)
+++ php/php-src/trunk/ext/date/tests/bug52062.phpt  2011-12-07 10:38:35 UTC 
(rev 320568)
@@ -1,5 +1,11 @@
 --TEST--
 Bug #52062: large timestamps with DateTime::getTimestamp and 
DateTime::setTimestamp
+--SKIPIF--
+?php
+if (PHP_INT_SIZE == 4) die('skip tests require 64bit integer (php\' int, long 
in C.');
+?
+--INI--
+date.timezone=UTC
 --FILE--
 ?php
 $d = new DateTime('@1000');

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php