diff options
author | Stanislav Malyshev <stas@php.net> | 2014-01-29 17:40:39 -0800 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2014-01-29 23:48:33 -0800 |
commit | 8071de3dfd27e01d5b10ff23ad03e9ceb15b382b (patch) | |
tree | 47021dcd659a6befb02f900143f28e306662d6df | |
parent | 53e302356605c75673bed00037b94a11d6dcd8fc (diff) | |
download | php-git-8071de3dfd27e01d5b10ff23ad03e9ceb15b382b.tar.gz |
tests still failing, so xfail for now until fixed
-rw-r--r-- | ext/mbstring/tests/zend_multibyte-02.phpt | 3 | ||||
-rw-r--r-- | ext/mbstring/tests/zend_multibyte-06.phpt | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/ext/mbstring/tests/zend_multibyte-02.phpt b/ext/mbstring/tests/zend_multibyte-02.phpt index 84eae89d9e..ebc10b48be 100644 --- a/ext/mbstring/tests/zend_multibyte-02.phpt +++ b/ext/mbstring/tests/zend_multibyte-02.phpt @@ -1,6 +1,7 @@ --TEST-- zend multibyte (2) ---SKIPIF-- +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 --INI-- zend.multibyte=On zend.script_encoding=UTF-8 diff --git a/ext/mbstring/tests/zend_multibyte-06.phpt b/ext/mbstring/tests/zend_multibyte-06.phpt index 11e263f0b6..e0b4ead545 100644 --- a/ext/mbstring/tests/zend_multibyte-06.phpt +++ b/ext/mbstring/tests/zend_multibyte-06.phpt @@ -1,6 +1,7 @@ --TEST-- zend multibyte (6) ---SKIPIF-- +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 --INI-- zend.multibyte=On zend.script_encoding=EUC-JP |