From: Ferenc Kovacs Date: Mon, 16 May 2011 23:39:16 +0000 (+0000) Subject: adding an XFAIL, as we have an open bug for this test X-Git-Tag: php-5.3.7RC1~104 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85de397a23237d857c654951f46bb4d59680cd50;p=php adding an XFAIL, as we have an open bug for this test --- diff --git a/ext/date/tests/bug51994.phpt b/ext/date/tests/bug51994.phpt index e136c8f2b6..fb0fe46d89 100644 --- a/ext/date/tests/bug51994.phpt +++ b/ext/date/tests/bug51994.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #51994 (date_parse_from_format is parsing invalid date using 'yz' format) +--XFAIL-- +Bug #51994 isn't fixed yet --FILE-- 03.06.2010 @@ -35,4 +37,4 @@ array(12) { } ["is_localtime"]=> bool(false) -} \ No newline at end of file +}