summaryrefslogtreecommitdiff
path: root/sapi/phpdbg/tests/watch_004.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'sapi/phpdbg/tests/watch_004.phpt')
-rw-r--r--sapi/phpdbg/tests/watch_004.phpt3
1 files changed, 3 insertions, 0 deletions
diff --git a/sapi/phpdbg/tests/watch_004.phpt b/sapi/phpdbg/tests/watch_004.phpt
index dcb37a4959..42e3fd3b26 100644
--- a/sapi/phpdbg/tests/watch_004.phpt
+++ b/sapi/phpdbg/tests/watch_004.phpt
@@ -5,6 +5,9 @@ Test detection of inline string manipulations on zval watch
if (PHP_INT_SIZE == 4) {
die("xfail There may be flaws in the implementation of watchpoints that cause failures");
}
+if (getenv('SKIP_ASAN')) {
+ die("skip intentionally causes segfaults");
+}
?>
--INI--
opcache.optimization_level=0