diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-24 17:03:53 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-24 17:03:53 +0200 |
| commit | ae86edefe70825b844ab2b62beb072baa207f56e (patch) | |
| tree | fe1d824fae3bfa7c8643b560bdded694169627a6 | |
| parent | 9428e161a822177728669826e6bb1664c9d20184 (diff) | |
| download | php-git-ae86edefe70825b844ab2b62beb072baa207f56e.tar.gz | |
Skip imap_lsub_basic.phpt under asan
LeakSanitizer fails on Azure with:
> Tracer caught signal 11: addr=0x0 pc=0x7f86cde7c8b0 sp=0x7f86c46bcce0
| -rw-r--r-- | ext/imap/tests/imap_lsub_basic.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/imap/tests/imap_lsub_basic.phpt b/ext/imap/tests/imap_lsub_basic.phpt index 98875266d7..3cd4722e1f 100644 --- a/ext/imap/tests/imap_lsub_basic.phpt +++ b/ext/imap/tests/imap_lsub_basic.phpt @@ -5,6 +5,7 @@ Olivier Doucet --SKIPIF-- <?php require_once(__DIR__.'/skipif.inc'); +if (getenv("SKIP_ASAN")) die("skip leak sanitizer crashes"); ?> --FILE-- <?php |
