Skip to content

Commit

Permalink
Skip tests leaking because of preloading failure.
Browse files Browse the repository at this point in the history
  • Loading branch information
dstogov committed Jul 30, 2020
1 parent f475edc commit 41de27e
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions ext/opcache/tests/preload_004.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ opcache.preload={PWD}/preload_undef_const.inc
<?php
require_once('skipif.inc');
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (getenv('SKIP_ASAN')) die('xfail Startup failure leak');
?>
--FILE--
<?php
Expand Down
1 change: 1 addition & 0 deletions ext/opcache/tests/preload_009.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ opcache.preload={PWD}/preload_undef_const_2.inc
<?php
require_once('skipif.inc');
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (getenv('SKIP_ASAN')) die('xfail Startup failure leak');
?>
--FILE--
<?php
Expand Down
1 change: 1 addition & 0 deletions ext/opcache/tests/preload_loadable_classes_2.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ opcache.preload={PWD}/preload_loadable_classes_2.inc
<?php
require_once('skipif.inc');
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (getenv('SKIP_ASAN')) die('xfail Startup failure leak');
?>
--FILE--
Unreachable
Expand Down
1 change: 1 addition & 0 deletions ext/opcache/tests/preload_loadable_classes_3.phpt
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ opcache.preload={PWD}/preload_loadable_classes_3.inc
<?php
require_once('skipif.inc');
if (PHP_OS_FAMILY == 'Windows') die('skip Preloading is not supported on Windows');
if (getenv('SKIP_ASAN')) die('xfail Startup failure leak');
?>
--FILE--
Unreachable
Expand Down

0 comments on commit 41de27e

Please sign in to comment.