summaryrefslogtreecommitdiff
path: root/ext/opcache/tests/log_verbosity_bug.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/opcache/tests/log_verbosity_bug.phpt')
-rw-r--r--ext/opcache/tests/log_verbosity_bug.phpt5
1 files changed, 4 insertions, 1 deletions
diff --git a/ext/opcache/tests/log_verbosity_bug.phpt b/ext/opcache/tests/log_verbosity_bug.phpt
index e23bb8758f..a2c2f4f30a 100644
--- a/ext/opcache/tests/log_verbosity_bug.phpt
+++ b/ext/opcache/tests/log_verbosity_bug.phpt
@@ -12,7 +12,10 @@ opcache.file_cache_fallback=0
opcache.memory_consumption=999999999
opcache.log_verbosity_level=-1
--SKIPIF--
-<?php require_once('skipif.inc'); ?>
+<?php
+require_once('skipif.inc');
+if (getenv('SKIP_ASAN')) die('xfail Startup failure leak');
+?>
--FILE--
<?php
var_dump("Script should fail");