From 95325e5c5dd44de75c640fd596d6cf3b5bfdbe5e Mon Sep 17 00:00:00 2001 From: Ferenc Kovacs Date: Thu, 1 May 2014 12:49:45 +0200 Subject: [PATCH] XFAIL the leaking multibyte tests, we should really get to the bottom of this --- ext/mbstring/tests/zend_multibyte-08.phpt | 3 +++ ext/mbstring/tests/zend_multibyte-10.phpt | 3 +++ ext/mbstring/tests/zend_multibyte-11.phpt | 3 +++ 3 files changed, 9 insertions(+) diff --git a/ext/mbstring/tests/zend_multibyte-08.phpt b/ext/mbstring/tests/zend_multibyte-08.phpt index 9e5b75eadd..561ad64038 100644 --- a/ext/mbstring/tests/zend_multibyte-08.phpt +++ b/ext/mbstring/tests/zend_multibyte-08.phpt @@ -1,5 +1,8 @@ --TEST-- zend multibyte (8) +--SKIPIF-- +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 - still leaks memory which causes fail in debug mode --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 138b4899fe..b4f85e6f35 100644 --- a/ext/mbstring/tests/zend_multibyte-10.phpt +++ b/ext/mbstring/tests/zend_multibyte-10.phpt @@ -1,5 +1,8 @@ --TEST-- zend multibyte (10) +--SKIPIF-- +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 - still leaks memory which causes fail in debug mode --INI-- zend.multibyte=1 --FILE-- diff --git a/ext/mbstring/tests/zend_multibyte-11.phpt b/ext/mbstring/tests/zend_multibyte-11.phpt index 6844d06370..eadbb2156d 100644 --- a/ext/mbstring/tests/zend_multibyte-11.phpt +++ b/ext/mbstring/tests/zend_multibyte-11.phpt @@ -1,5 +1,8 @@ --TEST-- zend multibyte (11) +--SKIPIF-- +--XFAIL-- +https://bugs.php.net/bug.php?id=66582 - still leaks memory which causes fail in debug mode --INI-- zend.multibyte=1 --FILE-- -- 2.40.0