Skip to content

Commit 180b9af

Browse files
committed
Merge branch 'PHP-7.4'
* PHP-7.4: Skip new watch point test under asan
2 parents c93c3b4 + 2a7d628 commit 180b9af

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sapi/phpdbg/tests/bug73927.phpt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22
Bug #73927 (phpdbg fails with windows error prompt at "watch array")
33
--SKIPIF--
44
<?php
5+
if (getenv('SKIP_ASAN')) {
6+
die("skip intentionally causes segfaults");
7+
}
58
if (PHP_OS_FAMILY === 'Windows' && ini_get('opcache.jit') && ini_get('opcache.jit_buffer_size')) {
69
die('xfail breakpoint/watchpoint issues with JIT on Windows');
7-
}
810
?>
911
--PHPDBG--
1012
b 19

0 commit comments

Comments
 (0)