]> granicus.if.org Git - php/commitdiff
Add CONFLICTS tag
authorFabien Villepinte <fabien.villepinte@gmail.com>
Wed, 18 Dec 2019 10:08:24 +0000 (11:08 +0100)
committerFabien Villepinte <fabien.villepinte@gmail.com>
Wed, 18 Dec 2019 10:08:24 +0000 (11:08 +0100)
These tests can be the reason file_get_contents_variation8.phpt fails times to times.

ext/standard/tests/file/copy_variation3-win32.phpt
ext/standard/tests/file/copy_variation3.phpt

index 011e342be4ed3f91e05dcc6e5b240becb7b37c87..a8a3aeb7466138df6e102680f9b4c2a53adfae76 100644 (file)
@@ -5,6 +5,8 @@ Test copy() function: usage variations - destination file names(white spaces)
 if(substr(PHP_OS, 0, 3) != "WIN")
   die("skip only run on Windows");
 ?>
+--CONFLICTS--
+obscure_filename
 --FILE--
 <?php
 /* Prototype: bool copy ( string $source, string $dest );
index af2b47749d5a7b2696c14b91d730a43040d17d24..ca70ed24f478708514defeaed2f6b7c3eb152722 100644 (file)
@@ -5,6 +5,8 @@ Test copy() function: usage variations - destination file names(white spaces)
 if(substr(PHP_OS, 0, 3) == "WIN")
   die("skip do not run on Windows");
 ?>
+--CONFLICTS--
+obscure_filename
 --FILE--
 <?php
 /* Prototype: bool copy ( string $source, string $dest );