From 0413cf5b485845dd740fb0df09775031be377f3f Mon Sep 17 00:00:00 2001 From: Scott MacVicar Date: Thu, 3 Feb 2011 17:07:48 +0000 Subject: [PATCH] XFAIL these for the moment, Kalle totally broke these in 298241 when removing register_globals --- ext/mbstring/tests/bug20087.phpt | 2 ++ ext/mbstring/tests/mb_parse_str.phpt | 2 ++ ext/mbstring/tests/mb_parse_str02.phpt | 2 ++ 3 files changed, 6 insertions(+) diff --git a/ext/mbstring/tests/bug20087.phpt b/ext/mbstring/tests/bug20087.phpt index d2530fa22e..bcd190185b 100644 --- a/ext/mbstring/tests/bug20087.phpt +++ b/ext/mbstring/tests/bug20087.phpt @@ -2,6 +2,8 @@ Bug #20087 (Assertion failure) --SKIPIF-- +--XFAIL-- +register_globals calls killed the ability for mb_parse_str() to register into the global scope --FILE-- +--XFAIL-- +register_globals calls killed the ability for mb_parse_str() to register into the global scope --INI-- arg_separator.input=& --FILE-- diff --git a/ext/mbstring/tests/mb_parse_str02.phpt b/ext/mbstring/tests/mb_parse_str02.phpt index 44ed44865c..d9b5eb20d9 100644 --- a/ext/mbstring/tests/mb_parse_str02.phpt +++ b/ext/mbstring/tests/mb_parse_str02.phpt @@ -2,6 +2,8 @@ mb_parse_str() test 2 --SKIPIF-- +--XFAIL-- +register_globals calls killed the ability for mb_parse_str() to register into the global scope --INI-- arg_separator.input=&# --FILE-- -- 2.40.0