Skip to content

Commit 95325e5

Browse files
committed
XFAIL the leaking multibyte tests, we should really get to the bottom of this
1 parent d27b76a commit 95325e5

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

ext/mbstring/tests/zend_multibyte-08.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
--TEST--
22
zend multibyte (8)
3+
--SKIPIF--
4+
--XFAIL--
5+
https://bugs.php.net/bug.php?id=66582 - still leaks memory which causes fail in debug mode
36
--INI--
47
zend.multibyte=On
58
zend.script_encoding=ISO-8859-1

ext/mbstring/tests/zend_multibyte-10.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
--TEST--
22
zend multibyte (10)
3+
--SKIPIF--
4+
--XFAIL--
5+
https://bugs.php.net/bug.php?id=66582 - still leaks memory which causes fail in debug mode
36
--INI--
47
zend.multibyte=1
58
--FILE--

ext/mbstring/tests/zend_multibyte-11.phpt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
--TEST--
22
zend multibyte (11)
3+
--SKIPIF--
4+
--XFAIL--
5+
https://bugs.php.net/bug.php?id=66582 - still leaks memory which causes fail in debug mode
36
--INI--
47
zend.multibyte=1
58
--FILE--

0 commit comments

Comments
 (0)