zoe             Sat, 18 Jul 2009 16:53:54 +0000

URL: http://svn.php.net/viewvc?view=revision&revision=284327

Changed paths:
        U   php/php-src/branches/PHP_5_2/ext/filter/tests/bug42718.phpt
        U   php/php-src/branches/PHP_5_3/ext/filter/tests/bug42718.phpt
        U   php/php-src/trunk/ext/filter/tests/bug42718.phpt

Log:
Adding explanation

Modified: php/php-src/branches/PHP_5_2/ext/filter/tests/bug42718.phpt
===================================================================
--- php/php-src/branches/PHP_5_2/ext/filter/tests/bug42718.phpt 2009-07-18 
16:41:16 UTC (rev 284326)
+++ php/php-src/branches/PHP_5_2/ext/filter/tests/bug42718.phpt 2009-07-18 
16:53:54 UTC (rev 284327)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #42718 (unsafe_raw filter not applied when configured as default filter)
+--XFAIL--
+Pierre knows why this test fails, please ask him.
 --SKIPIF--
 <?php if (!extension_loaded("filter")) die("skip"); ?>
 --INI--

Modified: php/php-src/branches/PHP_5_3/ext/filter/tests/bug42718.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/filter/tests/bug42718.phpt 2009-07-18 
16:41:16 UTC (rev 284326)
+++ php/php-src/branches/PHP_5_3/ext/filter/tests/bug42718.phpt 2009-07-18 
16:53:54 UTC (rev 284327)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #42718 (unsafe_raw filter not applied when configured as default filter)
+--XFAIL--
+Pierre knows why this test fails, please ask him.
 --SKIPIF--
 <?php if (!extension_loaded("filter")) die("skip"); ?>
 --INI--

Modified: php/php-src/trunk/ext/filter/tests/bug42718.phpt
===================================================================
--- php/php-src/trunk/ext/filter/tests/bug42718.phpt    2009-07-18 16:41:16 UTC 
(rev 284326)
+++ php/php-src/trunk/ext/filter/tests/bug42718.phpt    2009-07-18 16:53:54 UTC 
(rev 284327)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #42718 (unsafe_raw filter not applied when configured as default filter)
+--XFAIL--
+Pierre knows why this test fails, please ask him.
 --SKIPIF--
 <?php if (!extension_loaded("filter")) die("skip"); ?>
 --INI--

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

Reply via email to