]> granicus.if.org Git - php/commitdiff
adding an XFAIL, as we have an open bug for this test
authorFerenc Kovacs <tyrael@php.net>
Mon, 16 May 2011 23:39:16 +0000 (23:39 +0000)
committerFerenc Kovacs <tyrael@php.net>
Mon, 16 May 2011 23:39:16 +0000 (23:39 +0000)
ext/date/tests/bug51994.phpt

index e136c8f2b6fa950140aee2d8a3b4c31966300b71..fb0fe46d892adfc2783b68f4564455196a0e2641 100644 (file)
@@ -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--
 <?php
 $trans_date = '10153'; // 152nd day of year 2010 -> 03.06.2010
@@ -35,4 +37,4 @@ array(12) {
   }
   ["is_localtime"]=>
   bool(false)
-}
\ No newline at end of file
+}