1
0
mirror of https://github.com/php/php-src.git synced 2026-04-28 10:43:30 +02:00

Skip new watch point test under asan

This commit is contained in:
Nikita Popov
2020-06-03 10:01:57 +02:00
parent af4a9bf1bf
commit 2a7d628adc
+6
View File
@@ -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