From 7b95fec6c9bbc331b0d9d49f2962911eff18275b Mon Sep 17 00:00:00 2001 From: Mirko Bonadei Date: Thu, 28 Oct 2021 16:03:57 +0200 Subject: [PATCH] Disable DCHECKs on sanitizer builds. Sanitizer builds are already slower than release builds, so removing DCHECKs might allow for more coverage (less tests skipped because of timing issues). Bug: webrtc:13329 Change-Id: I5433f0e520b3ad3e463dea019f3b524a6034f1ed Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/236583 Reviewed-by: Tommi Commit-Queue: Tommi Cr-Commit-Position: refs/heads/main@{#35285} --- tools_webrtc/mb/mb_config.pyl | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/tools_webrtc/mb/mb_config.pyl b/tools_webrtc/mb/mb_config.pyl index 8461b16dc5..298aa1b5fe 100644 --- a/tools_webrtc/mb/mb_config.pyl +++ b/tools_webrtc/mb/mb_config.pyl @@ -249,19 +249,19 @@ 'openh264', 'release_bot', 'arm64' ], 'asan_lsan_clang_release_bot_x64': [ - 'asan', 'lsan', 'clang', 'openh264', 'release_bot', 'x64' + 'asan', 'lsan', 'clang', 'openh264', 'pure_release_bot', 'x64' ], 'msan_clang_release_bot_x64': [ - 'msan', 'clang', 'openh264', 'release_bot', 'x64' + 'msan', 'clang', 'openh264', 'pure_release_bot', 'x64' ], 'tsan_clang_release_bot_x64': [ - 'tsan', 'clang', 'openh264', 'release_bot', 'x64' + 'tsan', 'clang', 'openh264', 'pure_release_bot', 'x64' ], 'ubsan_clang_release_bot_x64': [ - 'ubsan', 'clang', 'openh264', 'release_bot', 'x64' + 'ubsan', 'clang', 'openh264', 'pure_release_bot', 'x64' ], 'ubsan_vptr_clang_release_bot_x64': [ - 'ubsan_vptr', 'clang', 'openh264', 'release_bot', 'x64' + 'ubsan_vptr', 'clang', 'openh264', 'pure_release_bot', 'x64' ], 'debug_bot_x86': [ 'openh264', 'debug_bot', 'x86' @@ -288,8 +288,8 @@ 'openh264', 'pure_release_bot', 'x64' ], 'libfuzzer_asan_release_bot_x64': [ - 'libfuzzer', 'asan', 'optimize_for_fuzzing', 'openh264', 'release_bot', - 'x64' + 'libfuzzer', 'asan', 'optimize_for_fuzzing', 'openh264', + 'pure_release_bot', 'x64' ], # Windows @@ -309,13 +309,13 @@ 'clang', 'openh264', 'release_bot', 'x64', ], 'win_asan_clang_release_bot_x64': [ - 'asan', 'clang', 'full_symbols', 'openh264', 'release_bot', 'x64', + 'asan', 'clang', 'full_symbols', 'openh264', 'pure_release_bot', 'x64', 'win_fastlink', ], # Mac 'mac_asan_clang_release_bot_x64': [ - 'asan', 'clang', 'openh264', 'release_bot', 'x64', + 'asan', 'clang', 'openh264', 'pure_release_bot', 'x64', ], # Android @@ -350,7 +350,7 @@ 'android', 'release_bot', 'x64' ], 'android_asan_shared_release_bot_arm': [ - 'android', 'asan', 'clang', 'release_bot', 'arm' + 'android', 'asan', 'clang', 'pure_release_bot', 'arm' ], # iOS