summaryrefslogtreecommitdiff
path: root/sapi/phpdbg
diff options
context:
space:
mode:
authorNikita Popov <nikita.ppv@gmail.com>2020-06-03 10:01:57 +0200
committerNikita Popov <nikita.ppv@gmail.com>2020-06-03 10:01:57 +0200
commit2a7d628adce5528a3e8e41ddbf5cbedcfb3ba461 (patch)
treefd1fc9070303bdccb7275eda24df48fe57aa8716 /sapi/phpdbg
parentaf4a9bf1bf9109714e0e45aaf907e9809abb6217 (diff)
downloadphp-git-2a7d628adce5528a3e8e41ddbf5cbedcfb3ba461.tar.gz
Skip new watch point test under asan
Diffstat (limited to 'sapi/phpdbg')
-rw-r--r--sapi/phpdbg/tests/bug73927.phpt6
1 files changed, 6 insertions, 0 deletions
diff --git a/sapi/phpdbg/tests/bug73927.phpt b/sapi/phpdbg/tests/bug73927.phpt
index 81a1d2fa47..bb54f4e176 100644
--- a/sapi/phpdbg/tests/bug73927.phpt
+++ b/sapi/phpdbg/tests/bug73927.phpt
@@ -1,5 +1,11 @@
--TEST--
Bug #73927 (phpdbg fails with windows error prompt at "watch array")
+--SKIPIF--
+<?php
+if (getenv('SKIP_ASAN')) {
+ die("skip intentionally causes segfaults");
+}
+?>
--PHPDBG--
b 19
r