diff options
-rw-r--r-- | ext/opcache/tests/preload_parse_error.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/opcache/tests/preload_parse_error.phpt b/ext/opcache/tests/preload_parse_error.phpt index b1ad812447..da9879ad35 100644 --- a/ext/opcache/tests/preload_parse_error.phpt +++ b/ext/opcache/tests/preload_parse_error.phpt @@ -9,6 +9,7 @@ opcache.preload={PWD}/preload_parse_error.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-- OK |