]> granicus.if.org Git - php/commitdiff
Skip IMAP test which chokes on ASAN build
authorGeorge Peter Banyard <girgias@php.net>
Tue, 22 Sep 2020 13:43:31 +0000 (14:43 +0100)
committerGeorge Peter Banyard <girgias@php.net>
Tue, 22 Sep 2020 13:43:31 +0000 (14:43 +0100)
ext/imap/tests/imap_getsubscribed_basic.phpt

index bba82271c7ca3e5b6cbd7b1fe3acf2d9c534a1c9..8e5d85383daef70b3bcca94186abc3f044c9b654 100644 (file)
@@ -5,6 +5,7 @@ Olivier Doucet
 --SKIPIF--
 <?php
 require_once(__DIR__.'/skipif.inc');
+if (getenv("SKIP_ASAN")) die("skip asan chokes on this: 'LeakSanitizer does not work under ptrace (strace, gdb, etc)'");
 ?>
 --FILE--
 <?php