Skip to content

Commit 2a7d628

Browse files
committed
Skip new watch point test under asan
1 parent af4a9bf commit 2a7d628

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

sapi/phpdbg/tests/bug73927.phpt

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
--TEST--
22
Bug #73927 (phpdbg fails with windows error prompt at "watch array")
3+
--SKIPIF--
4+
<?php
5+
if (getenv('SKIP_ASAN')) {
6+
die("skip intentionally causes segfaults");
7+
}
8+
?>
39
--PHPDBG--
410
b 19
511
r

0 commit comments

Comments
 (0)