diff options
author | Stanislav Malyshev <stas@php.net> | 2012-01-04 20:40:13 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2012-01-04 20:40:13 +0000 |
commit | a1ec2aab1b93c0c6645fb3cb7fc72c38ff071ba0 (patch) | |
tree | a7bdd5a6537bb627ad141121d7e8ef3cb93bb822 | |
parent | 23ba6bb7fecd895862542a2f83ad8fda51bc9281 (diff) | |
download | php-git-a1ec2aab1b93c0c6645fb3cb7fc72c38ff071ba0.tar.gz |
move to XFAIL since it fails on 32-bit
-rw-r--r-- | ext/date/tests/bug52062.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug52062.phpt b/ext/date/tests/bug52062.phpt index d3e1c9abff..d7795241a1 100644 --- a/ext/date/tests/bug52062.phpt +++ b/ext/date/tests/bug52062.phpt @@ -4,6 +4,8 @@ Bug #52062 (large timestamps with DateTime::getTimestamp and DateTime::setTimest <?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-- |