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.
This commit is contained in:
Christoph M. Becker 2019-11-27 14:02:44 +01:00
parent 30aa2e8932
commit 4ac3bda462
5 changed files with 10 additions and 0 deletions

View File

@ -8,6 +8,8 @@ if (substr(PHP_OS, 0, 3) == 'WIN') {
die('skip not for Windows');
}
?>
--CONFLICTS--
disk_total_space
--FILE--
<?php

View File

@ -1,5 +1,7 @@
--TEST--
Test disk_total_space() function : basic functionality
--CONFLICTS--
disk_total_space
--FILE--
<?php
/*

View File

@ -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
/*

View File

@ -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
/*

View File

@ -1,5 +1,7 @@
--TEST--
Testing disk_total_space() functions : Usage Variations.
--CONFLICTS--
disk_total_space
--FILE--
<?php
/*