Skip to content

Commit ae86ede

Browse files
committed
Skip imap_lsub_basic.phpt under asan
LeakSanitizer fails on Azure with: > Tracer caught signal 11: addr=0x0 pc=0x7f86cde7c8b0 sp=0x7f86c46bcce0
1 parent 9428e16 commit ae86ede

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/imap/tests/imap_lsub_basic.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ Olivier Doucet
55
--SKIPIF--
66
<?php
77
require_once(__DIR__.'/skipif.inc');
8+
if (getenv("SKIP_ASAN")) die("skip leak sanitizer crashes");
89
?>
910
--FILE--
1011
<?php

0 commit comments

Comments
 (0)