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

Skip imap_lsub_basic.phpt under asan

LeakSanitizer fails on Azure with:

> Tracer caught signal 11: addr=0x0 pc=0x7f86cde7c8b0 sp=0x7f86c46bcce0
This commit is contained in:
Nikita Popov
2020-09-24 17:03:53 +02:00
parent 9428e161a8
commit ae86edefe7

View File

@@ -5,6 +5,7 @@ Olivier Doucet
--SKIPIF--
<?php
require_once(__DIR__.'/skipif.inc');
if (getenv("SKIP_ASAN")) die("skip leak sanitizer crashes");
?>
--FILE--
<?php