diff options
| author | Stanislav Malyshev <stas@php.net> | 2014-01-26 15:11:15 -0800 |
|---|---|---|
| committer | Stanislav Malyshev <stas@php.net> | 2014-01-26 15:51:17 -0800 |
| commit | f49965b487fa6c0cc9512c287beb357d43acfbf5 (patch) | |
| tree | 5750dec7abfb851bdae4984b8a18e062d6833046 | |
| parent | 251b914afa66a6ae575e16ae4ab2faf39655edba (diff) | |
| download | php-git-f49965b487fa6c0cc9512c287beb357d43acfbf5.tar.gz | |
XFAIL multibyte tests until they are fixed (bug 66582)
| -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-07.phpt | 2 | ||||
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-09.phpt | 2 | ||||
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-10.phpt | 2 | ||||
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-11.phpt | 2 | ||||
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-12.phpt | 2 |
7 files changed, 14 insertions, 0 deletions
diff --git a/ext/mbstring/tests/zend_multibyte-02.phpt b/ext/mbstring/tests/zend_multibyte-02.phpt index 494b504129..8e15ae8849 100644 --- a/ext/mbstring/tests/zend_multibyte-02.phpt +++ b/ext/mbstring/tests/zend_multibyte-02.phpt @@ -1,6 +1,8 @@ --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 95fdd78c31..024a67bbb6 100644 --- a/ext/mbstring/tests/zend_multibyte-06.phpt +++ b/ext/mbstring/tests/zend_multibyte-06.phpt @@ -1,6 +1,8 @@ --TEST-- zend multibyte (6) --SKIPIF-- +--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-07.phpt b/ext/mbstring/tests/zend_multibyte-07.phpt index 3c79f84f57..08db1d0f70 100644 --- a/ext/mbstring/tests/zend_multibyte-07.phpt +++ b/ext/mbstring/tests/zend_multibyte-07.phpt @@ -1,6 +1,8 @@ --TEST-- zend multibyte (7) --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-09.phpt b/ext/mbstring/tests/zend_multibyte-09.phpt index c088e7cddf..8ad00b4e1e 100644 --- a/ext/mbstring/tests/zend_multibyte-09.phpt +++ b/ext/mbstring/tests/zend_multibyte-09.phpt @@ -1,6 +1,8 @@ --TEST-- zend multibyte (9) --SKIPIF-- +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 --INI-- zend.multibyte=On zend.script_encoding=cp1251 diff --git a/ext/mbstring/tests/zend_multibyte-10.phpt b/ext/mbstring/tests/zend_multibyte-10.phpt index a5ba74d50d..4d448a8ccf 100644 --- a/ext/mbstring/tests/zend_multibyte-10.phpt +++ b/ext/mbstring/tests/zend_multibyte-10.phpt @@ -1,6 +1,8 @@ --TEST-- zend multibyte (10) --SKIPIF-- +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 --FILE-- <?php declare(encoding="ISO-8859-15"); diff --git a/ext/mbstring/tests/zend_multibyte-11.phpt b/ext/mbstring/tests/zend_multibyte-11.phpt index 0b59e75fb5..91a7d8c44b 100644 --- a/ext/mbstring/tests/zend_multibyte-11.phpt +++ b/ext/mbstring/tests/zend_multibyte-11.phpt @@ -1,6 +1,8 @@ --TEST-- zend multibyte (11) --SKIPIF-- +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 --FILE-- <?php declare(encoding="ISO-8859-15") { diff --git a/ext/mbstring/tests/zend_multibyte-12.phpt b/ext/mbstring/tests/zend_multibyte-12.phpt index d7207e49d7..2f2606244c 100644 --- a/ext/mbstring/tests/zend_multibyte-12.phpt +++ b/ext/mbstring/tests/zend_multibyte-12.phpt @@ -1,6 +1,8 @@ --TEST-- zend multibyte (12) --SKIPIF-- +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 --FILE-- <?php declare(encoding="ISO-8859-15"); |
