From 54dd762f596d4b0ea97d6d10e9d0c96e0f33e76e Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Thu, 20 Jun 2019 16:51:14 +0200 Subject: Set up asan+ubsan scheduled build on azure Also adds an --asan flag to run-tests.php to setup all the necessary environment variables. Some tests are marked as skipped because they are incompatible with asan or too slow. I'm basing this on the DEBUG_ZTS build, which seems to give us the most mileage. --- ext/fileinfo/tests/cve-2014-3538-nojit.phpt | 2 ++ ext/opcache/tests/log_verbosity_bug.phpt | 5 ++++- ext/opcache/tests/preload_006.phpt | 5 ++++- ext/pcntl/tests/pcntl_unshare_02.phpt | 1 + ext/pcre/tests/bug72685.phpt | 4 ++++ ext/pspell/tests/005.phpt | 1 + ext/standard/tests/general_functions/get_cfg_var_variation8.phpt | 2 ++ ext/xsl/tests/bug33853.phpt | 5 ++++- 8 files changed, 22 insertions(+), 3 deletions(-) (limited to 'ext') diff --git a/ext/fileinfo/tests/cve-2014-3538-nojit.phpt b/ext/fileinfo/tests/cve-2014-3538-nojit.phpt index 2dc5ddbc5e..0072ab2047 100644 --- a/ext/fileinfo/tests/cve-2014-3538-nojit.phpt +++ b/ext/fileinfo/tests/cve-2014-3538-nojit.phpt @@ -4,6 +4,8 @@ Bug #66731: file: extensive backtraking, with pcre.jit=0 diff --git a/ext/opcache/tests/log_verbosity_bug.phpt b/ext/opcache/tests/log_verbosity_bug.phpt index e23bb8758f..a2c2f4f30a 100644 --- a/ext/opcache/tests/log_verbosity_bug.phpt +++ b/ext/opcache/tests/log_verbosity_bug.phpt @@ -12,7 +12,10 @@ opcache.file_cache_fallback=0 opcache.memory_consumption=999999999 opcache.log_verbosity_level=-1 --SKIPIF-- - + --FILE-- + --FILE-- --FILE-- --FILE-- --FILE-- + --FILE--