Skip to content

Commit 35013ac

Browse files
committed
Skip IMAP test which chokes on ASAN build
1 parent de77344 commit 35013ac

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/imap/tests/imap_getsubscribed_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 asan chokes on this: 'LeakSanitizer does not work under ptrace (strace, gdb, etc)'");
89
?>
910
--FILE--
1011
<?php

0 commit comments

Comments
 (0)