Browse Source

multibytes tests still fail, put them in XFAIL

clean up XFAIL from tests no longer failing
pull/630/head
Stanislav Malyshev 12 years ago
parent
commit
cf910f351a
  1. 2
      ext/mbstring/tests/zend_multibyte-02.phpt
  2. 2
      ext/mbstring/tests/zend_multibyte-06.phpt
  3. 3
      ext/mbstring/tests/zend_multibyte-08.phpt
  4. 3
      ext/mbstring/tests/zend_multibyte-10.phpt
  5. 3
      ext/mbstring/tests/zend_multibyte-11.phpt

2
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

2
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

3
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

3
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--

3
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--

Loading…
Cancel
Save