derick Mon, 12 Dec 2011 12:57:46 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=320890
Log:
This test should no longer fail, and is perfectly okay for Linux to test on too.
Changed paths:
U php/php-src/branches/PHP_5_3/ext/date/tests/DateInterval_format_a.phpt
U php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt
U php/php-src/trunk/ext/date/tests/DateInterval_format_a.phpt
Modified: php/php-src/branches/PHP_5_3/ext/date/tests/DateInterval_format_a.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/DateInterval_format_a.phpt
2011-12-12 10:56:09 UTC (rev 320889)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/DateInterval_format_a.phpt
2011-12-12 12:57:46 UTC (rev 320890)
@@ -8,10 +8,7 @@
--SKIPIF--
<?php
if (!method_exists('DateInterval', 'format')) die("skip: method doesn't
exist");
-if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows
platforms only");
?>
---XFAIL--
-Windows VC6 libs' floor()/ceil() choke on floats
--FILE--
<?php
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt
2011-12-12 10:56:09 UTC (rev 320889)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt
2011-12-12 12:57:46 UTC (rev 320890)
@@ -8,10 +8,7 @@
--SKIPIF--
<?php
if (!method_exists('DateInterval', 'format')) die("skip: method doesn't
exist");
-if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows
platforms only");
?>
---XFAIL--
-Windows VC6 libs' floor()/ceil() choke on floats
--FILE--
<?php
Modified: php/php-src/trunk/ext/date/tests/DateInterval_format_a.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/DateInterval_format_a.phpt 2011-12-12
10:56:09 UTC (rev 320889)
+++ php/php-src/trunk/ext/date/tests/DateInterval_format_a.phpt 2011-12-12
12:57:46 UTC (rev 320890)
@@ -8,10 +8,7 @@
--SKIPIF--
<?php
if (!method_exists('DateInterval', 'format')) die("skip: method doesn't
exist");
-if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows
platforms only");
?>
---XFAIL--
-Windows VC6 libs' floor()/ceil() choke on floats
--FILE--
<?php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php