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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user