diff options
| author | Stanislav Malyshev <stas@php.net> | 2014-04-05 18:34:39 -0700 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2014-04-05 18:34:39 -0700 |
| commit | cf910f351ab7d8a55aba1aa717056ca2576a629b (patch) | |
| tree | a9b0940c49fa110f039316dc4a18e0141d64e204 /ext/mbstring/tests | |
| parent | 12e222ee9148ea919e10ab6af4d4da164200eda7 (diff) | |
| download | php-git-cf910f351ab7d8a55aba1aa717056ca2576a629b.tar.gz | |
multibytes tests still fail, put them in XFAIL
clean up XFAIL from tests no longer failing
Diffstat (limited to 'ext/mbstring/tests')
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-02.phpt | 2 | ||||
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-06.phpt | 2 | ||||
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-08.phpt | 3 | ||||
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-10.phpt | 3 | ||||
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-11.phpt | 3 |
5 files changed, 4 insertions, 9 deletions
diff --git a/ext/mbstring/tests/zend_multibyte-02.phpt b/ext/mbstring/tests/zend_multibyte-02.phpt index 8a1a572804..ebc10b48be 100644 --- a/ext/mbstring/tests/zend_multibyte-02.phpt +++ b/ext/mbstring/tests/zend_multibyte-02.phpt @@ -1,5 +1,7 @@ --TEST-- zend multibyte (2) +--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 1b8adb5186..e0b4ead545 100644 --- a/ext/mbstring/tests/zend_multibyte-06.phpt +++ b/ext/mbstring/tests/zend_multibyte-06.phpt @@ -1,5 +1,7 @@ --TEST-- zend multibyte (6) +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 --INI-- zend.multibyte=On zend.script_encoding=EUC-JP diff --git a/ext/mbstring/tests/zend_multibyte-08.phpt b/ext/mbstring/tests/zend_multibyte-08.phpt index a0989fc562..9e5b75eadd 100644 --- a/ext/mbstring/tests/zend_multibyte-08.phpt +++ b/ext/mbstring/tests/zend_multibyte-08.phpt @@ -1,8 +1,5 @@ --TEST-- zend multibyte (8) ---SKIPIF-- ---XFAIL-- -https://bugs.php.net/bug.php?id=66582 --INI-- zend.multibyte=On zend.script_encoding=ISO-8859-1 diff --git a/ext/mbstring/tests/zend_multibyte-10.phpt b/ext/mbstring/tests/zend_multibyte-10.phpt index 712757c8a7..138b4899fe 100644 --- a/ext/mbstring/tests/zend_multibyte-10.phpt +++ b/ext/mbstring/tests/zend_multibyte-10.phpt @@ -1,8 +1,5 @@ --TEST-- zend multibyte (10) ---SKIPIF-- ---XFAIL-- -https://bugs.php.net/bug.php?id=66582 --INI-- zend.multibyte=1 --FILE-- diff --git a/ext/mbstring/tests/zend_multibyte-11.phpt b/ext/mbstring/tests/zend_multibyte-11.phpt index 69624ae006..6844d06370 100644 --- a/ext/mbstring/tests/zend_multibyte-11.phpt +++ b/ext/mbstring/tests/zend_multibyte-11.phpt @@ -1,8 +1,5 @@ --TEST-- zend multibyte (11) ---SKIPIF-- ---XFAIL-- -https://bugs.php.net/bug.php?id=66582 --INI-- zend.multibyte=1 --FILE-- |
