]> granicus.if.org Git - php/commitdiff
This test should no longer fail, and is perfectly okay for Linux to test on too.
authorDerick Rethans <derick@php.net>
Mon, 12 Dec 2011 12:57:46 +0000 (12:57 +0000)
committerDerick Rethans <derick@php.net>
Mon, 12 Dec 2011 12:57:46 +0000 (12:57 +0000)
ext/date/tests/DateInterval_format_a.phpt

index d095db56b36bb28148430f55a258a2b859a49bb5..48c6cc1675c7b453c332ab1d865b8b7263c699b8 100644 (file)
@@ -8,10 +8,7 @@ date.timezone=UTC
 --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