diff options
| author | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-28 09:54:44 +0200 |
|---|---|---|
| committer | Nikita Popov <nikita.ppv@gmail.com> | 2020-09-28 09:54:44 +0200 |
| commit | 0a573f9e1c0c9677e37842252a522e873eece7ac (patch) | |
| tree | f59b1ca2480f664a8cc988f7ac0b59ac8db25ad0 /ext/imap/tests | |
| parent | cafceea7424edca6bfe969cba39068dbe6aa64ba (diff) | |
| download | php-git-0a573f9e1c0c9677e37842252a522e873eece7ac.tar.gz | |
Skip one more imap test under asan
Wondering if the error just moves to a different test each time
we skip one?
Diffstat (limited to 'ext/imap/tests')
| -rw-r--r-- | ext/imap/tests/imap_open_error.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/imap/tests/imap_open_error.phpt b/ext/imap/tests/imap_open_error.phpt index aa964c32f1..fe59a6a25e 100644 --- a/ext/imap/tests/imap_open_error.phpt +++ b/ext/imap/tests/imap_open_error.phpt @@ -6,6 +6,7 @@ Paul Sohier --SKIPIF-- <?php require_once(__DIR__.'/skipif.inc'); +if (getenv("SKIP_ASAN")) die("skip leak sanitizer crashes"); ?> --FILE-- <?php |
