summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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