]> granicus.if.org Git - php/commitdiff
removing empty XFAIL sections
authorZoe Slattery <zoe@php.net>
Sat, 18 Jul 2009 16:41:16 +0000 (16:41 +0000)
committerZoe Slattery <zoe@php.net>
Sat, 18 Jul 2009 16:41:16 +0000 (16:41 +0000)
ext/filter/tests/bug42718.phpt
ext/simplexml/tests/034.phpt

index 61245ee8174ff992238aa51c185c38125a4115f0..2620d380ed090bda2414beb475af6c9b38f57fa2 100644 (file)
@@ -15,7 +15,6 @@ echo ini_get('filter.default_flags') . "\n";
 var_dump(FILTER_FLAG_STRIP_LOW == 4);
 echo addcslashes($_GET['a'],"\0") . "\n";
 ?>
---XFAIL--
 --EXPECT--
 unsafe_raw
 4
index 5d99faa72ab6ee37fdb02acdbb603ac4204a45a4..8a783aae5cc4e3296308ea9270226fa4ff07c37b 100755 (executable)
@@ -1,6 +1,5 @@
 --TEST--
 SimpleXML: array casting bug
---XFAIL--
 --SKIPIF--
 <?php if (!extension_loaded("simplexml")) print "skip"; ?>
 --FILE--