]> 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 20:11:00 +0000 (20:11 +0000)
committerFerenc Kovacs <tyrael@php.net>
Mon, 16 May 2011 20:11:00 +0000 (20:11 +0000)
ext/date/tests/bug51819.phpt

index 1ee7c324f624602f3d0f2b0014b14468a9efe493..eecf10813170f3eb89c68c8b589bcc1fb069aaa8 100644 (file)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #51819 (Case discrepancy in timezone names cause Uncaught exception and fatal error)
+--XFAIL--
+Bug #51819 isn't fixed yet
 --FILE--
 <?php
 date_default_timezone_set('UTC');
@@ -30,4 +32,4 @@ foreach ($aTz as $sTz) {
 var_dump('this should be the only output');
 ?>
 --EXPECTF--
-string(30) "this should be the only output"
\ No newline at end of file
+string(30) "this should be the only output"