Skip to content

Commit f49965b

Browse files
committed
XFAIL multibyte tests until they are fixed (bug 66582)
1 parent 251b914 commit f49965b

File tree

7 files changed

+14
-0
lines changed

7 files changed

+14
-0
lines changed

ext/mbstring/tests/zend_multibyte-02.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--TEST--
22
zend multibyte (2)
33
--SKIPIF--
4+
--XFAIL--
5+
https://bugs.php.net/bug.php?id=66582
46
--INI--
57
zend.multibyte=On
68
zend.script_encoding=UTF-8

ext/mbstring/tests/zend_multibyte-06.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--TEST--
22
zend multibyte (6)
33
--SKIPIF--
4+
--XFAIL--
5+
https://bugs.php.net/bug.php?id=66582
46
--INI--
57
zend.multibyte=On
68
zend.script_encoding=EUC-JP

ext/mbstring/tests/zend_multibyte-07.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--TEST--
22
zend multibyte (7)
33
--SKIPIF--
4+
--XFAIL--
5+
https://bugs.php.net/bug.php?id=66582
46
--INI--
57
zend.multibyte=On
68
zend.script_encoding=ISO-8859-1

ext/mbstring/tests/zend_multibyte-09.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--TEST--
22
zend multibyte (9)
33
--SKIPIF--
4+
--XFAIL--
5+
https://bugs.php.net/bug.php?id=66582
46
--INI--
57
zend.multibyte=On
68
zend.script_encoding=cp1251

ext/mbstring/tests/zend_multibyte-10.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--TEST--
22
zend multibyte (10)
33
--SKIPIF--
4+
--XFAIL--
5+
https://bugs.php.net/bug.php?id=66582
46
--FILE--
57
<?php
68
declare(encoding="ISO-8859-15");

ext/mbstring/tests/zend_multibyte-11.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--TEST--
22
zend multibyte (11)
33
--SKIPIF--
4+
--XFAIL--
5+
https://bugs.php.net/bug.php?id=66582
46
--FILE--
57
<?php
68
declare(encoding="ISO-8859-15") {

ext/mbstring/tests/zend_multibyte-12.phpt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
--TEST--
22
zend multibyte (12)
33
--SKIPIF--
4+
--XFAIL--
5+
https://bugs.php.net/bug.php?id=66582
46
--FILE--
57
<?php
68
declare(encoding="ISO-8859-15");

0 commit comments

Comments
 (0)