summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-11-27 14:02:44 +0100
committerChristoph M. Becker <cmbecker69@gmx.de>2019-11-27 14:04:10 +0100
commit4ac3bda4620eae9253fda171c2c9682714c7ea87 (patch)
treeef436541ac8b980b2a3360199ed6d616571cd36e
parent30aa2e8932adf090776ac814dd78bf008b265625 (diff)
downloadphp-git-4ac3bda4620eae9253fda171c2c9682714c7ea87.tar.gz
Prevent parallel test conflicts
The better solution would be to actually use different directory names, but adding respective CONFLICTS sections solves the issue for now.
-rw-r--r--ext/standard/tests/file/disk.phpt2
-rw-r--r--ext/standard/tests/file/disk_total_space_basic.phpt2
-rw-r--r--ext/standard/tests/file/disk_total_space_error-win32.phpt2
-rw-r--r--ext/standard/tests/file/disk_total_space_error.phpt2
-rw-r--r--ext/standard/tests/file/disk_total_space_variation.phpt2
5 files changed, 10 insertions, 0 deletions
diff --git a/ext/standard/tests/file/disk.phpt b/ext/standard/tests/file/disk.phpt
index a048af6ccb..0ed1dcea95 100644
--- a/ext/standard/tests/file/disk.phpt
+++ b/ext/standard/tests/file/disk.phpt
@@ -8,6 +8,8 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
die('skip not for Windows');
}
?>
+--CONFLICTS--
+disk_total_space
--FILE--
<?php
diff --git a/ext/standard/tests/file/disk_total_space_basic.phpt b/ext/standard/tests/file/disk_total_space_basic.phpt
index f6f041118c..b32b60f6b6 100644
--- a/ext/standard/tests/file/disk_total_space_basic.phpt
+++ b/ext/standard/tests/file/disk_total_space_basic.phpt
@@ -1,5 +1,7 @@
--TEST--
Test disk_total_space() function : basic functionality
+--CONFLICTS--
+disk_total_space
--FILE--
<?php
/*
diff --git a/ext/standard/tests/file/disk_total_space_error-win32.phpt b/ext/standard/tests/file/disk_total_space_error-win32.phpt
index c3a2854eff..c280f5e064 100644
--- a/ext/standard/tests/file/disk_total_space_error-win32.phpt
+++ b/ext/standard/tests/file/disk_total_space_error-win32.phpt
@@ -5,6 +5,8 @@ Test disk_total_space() function : error conditions
if(substr(PHP_OS, 0, 3) != 'WIN' )
die("skip Valid only for Windows");
?>
+--CONFLICTS--
+disk_total_space
--FILE--
<?php
/*
diff --git a/ext/standard/tests/file/disk_total_space_error.phpt b/ext/standard/tests/file/disk_total_space_error.phpt
index 125d093ccd..8fd5cc3c53 100644
--- a/ext/standard/tests/file/disk_total_space_error.phpt
+++ b/ext/standard/tests/file/disk_total_space_error.phpt
@@ -5,6 +5,8 @@ Test disk_total_space() function : error conditions
if(substr(PHP_OS, 0, 3) == 'WIN')
die("skip Not valid on Windows");
?>
+--CONFLICTS--
+disk_total_space
--FILE--
<?php
/*
diff --git a/ext/standard/tests/file/disk_total_space_variation.phpt b/ext/standard/tests/file/disk_total_space_variation.phpt
index 3ba3771aac..05d1f074d3 100644
--- a/ext/standard/tests/file/disk_total_space_variation.phpt
+++ b/ext/standard/tests/file/disk_total_space_variation.phpt
@@ -1,5 +1,7 @@
--TEST--
Testing disk_total_space() functions : Usage Variations.
+--CONFLICTS--
+disk_total_space
--FILE--
<?php
/*