summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDerick Rethans <derick@php.net>2011-12-12 12:57:46 +0000
committerDerick Rethans <derick@php.net>2011-12-12 12:57:46 +0000
commit9cbf9472b6f0c3646762409db1ea61d44715fa6e (patch)
tree34c17e4ce817a20d0e24a119c0327f0f79cc1b9a
parent74d2b2f0bda5ec7b20002f9bf85b64d1e4244175 (diff)
downloadphp-git-9cbf9472b6f0c3646762409db1ea61d44715fa6e.tar.gz
This test should no longer fail, and is perfectly okay for Linux to test on too.
-rw-r--r--ext/date/tests/DateInterval_format_a.phpt3
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/date/tests/DateInterval_format_a.phpt b/ext/date/tests/DateInterval_format_a.phpt
index d095db56b3..48c6cc1675 100644
--- a/ext/date/tests/DateInterval_format_a.phpt
+++ b/ext/date/tests/DateInterval_format_a.phpt
@@ -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