tyrael                                   Mon, 16 May 2011 23:39:16 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=311118

Log:
adding an XFAIL, as we have an open bug for this test

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/date/tests/bug51994.phpt
    U   php/php-src/branches/PHP_5_4/ext/date/tests/bug51994.phpt
    U   php/php-src/trunk/ext/date/tests/bug51994.phpt

Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug51994.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug51994.phpt   2011-05-16 
23:35:23 UTC (rev 311117)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug51994.phpt   2011-05-16 
23:39:16 UTC (rev 311118)
@@ -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 @@
   }
   ["is_localtime"]=>
   bool(false)
-}
\ No newline at end of file
+}

Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug51994.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug51994.phpt   2011-05-16 
23:35:23 UTC (rev 311117)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug51994.phpt   2011-05-16 
23:39:16 UTC (rev 311118)
@@ -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 @@
   }
   ["is_localtime"]=>
   bool(false)
-}
\ No newline at end of file
+}

Modified: php/php-src/trunk/ext/date/tests/bug51994.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug51994.phpt      2011-05-16 23:35:23 UTC 
(rev 311117)
+++ php/php-src/trunk/ext/date/tests/bug51994.phpt      2011-05-16 23:39:16 UTC 
(rev 311118)
@@ -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 @@
   }
   ["is_localtime"]=>
   bool(false)
-}
\ No newline at end of file
+}

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to