Skip to content

Commit

Permalink
Make apcu tests compatible with parallel run-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nikic committed Oct 2, 2020
1 parent d5728a7 commit 1a750f0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/apc54_014.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ APC: Bug #61742 preload_path does not work due to incorrect string length (varia
if(PHP_ZTS === 1) {
die('skip PHP non-ZTS only');
}
?>
--CONFLICTS--
server
--FILE--
<?php
include "server_test.inc";
Expand Down
2 changes: 2 additions & 0 deletions tests/apc54_018.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ require_once(dirname(__FILE__) . '/skipif.inc');
if (PHP_OS == "WINNT") die("skip not on windows");
if (getenv('USE_ZEND_ALLOC') === '0') die("skip not for valgrind");
?>
--CONFLICTS--
server
--FILE--
<?php
include "server_test.inc";
Expand Down
3 changes: 3 additions & 0 deletions tests/bug63224.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ APC: Bug #63224 error in __sleep whit reference to other classes
require_once(dirname(__FILE__) . '/skipif.inc');
if (!extension_loaded("session")) die("skip session extension missing");
if (getenv('USE_ZEND_ALLOC') === '0') die("skip not for valgrind");
?>
--CONFLICTS--
server
--FILE--
<?php
include "server_test.inc";
Expand Down
3 changes: 3 additions & 0 deletions tests/ghbug176.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ APC: GH Bug #176 preload_path segfaults with bad data
if(PHP_ZTS === 1) {
die('skip PHP non-ZTS only');
}
?>
--CONFLICTS--
server
--FILE--
<?php
include "server_test.inc";
Expand Down

0 comments on commit 1a750f0

Please sign in to comment.