mirror of
https://github.com/php/php-src.git
synced 2025-01-07 03:13:33 +08:00
This test should no longer fail, and is perfectly okay for Linux to test on too.
This commit is contained in:
parent
b2bf466363
commit
31afa034f0
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user