packages: php/bug-52078-fileinode.patch (NEW) - fix ext/standard/tests/file...

glen glen at pld-linux.org
Sun Jun 13 23:33:36 CEST 2010


Author: glen                         Date: Sun Jun 13 21:33:36 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- fix ext/standard/tests/file/fileinode_variation3.phpt test

---- Files affected:
packages/php:
   bug-52078-fileinode.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/php/bug-52078-fileinode.patch
diff -u /dev/null packages/php/bug-52078-fileinode.patch:1.1
--- /dev/null	Sun Jun 13 23:33:36 2010
+++ packages/php/bug-52078-fileinode.patch	Sun Jun 13 23:33:31 2010
@@ -0,0 +1,32 @@
+--- php-5.2.13/ext/standard/tests/file/fileinode_variation3.phpt~	2008-11-25 13:33:41.000000000 +0200
++++ php-5.2.13/ext/standard/tests/file/fileinode_variation3.phpt	2010-06-14 00:23:51.340272864 +0300
+@@ -57,15 +57,15 @@
+ --EXPECTF--
+ *** Testing fileinode() with different notations of file names ***
+ - Iteration 1 -
+-int(%d)
++int(%i)
+ - Iteration 2 -
+ 
+ Warning: fileinode(): stat failed for %s//fileinode_variation3/fileinode_variation3.tmp/ in %s on line %d
+ bool(false)
+ - Iteration 3 -
+-int(%d)
++int(%i)
+ - Iteration 4 -
+-int(%d)
++int(%i)
+ - Iteration 5 -
+ 
+ Warning: fileinode(): stat failed for %s//fileinode_variation3/*.tmp in %s on line %d
+@@ -75,8 +75,8 @@
+ Warning: fileinode(): stat failed for %s/fileinode_variation3/fileinode*.tmp in %s on line %d
+ bool(false)
+ - Iteration 7 -
+-int(%d)
++int(%i)
+ - Iteration 8 -
+-int(%d)
++int(%i)
+ 
+ *** Done ***
================================================================


More information about the pld-cvs-commit mailing list