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 <tommi@webrtc.org> Commit-Queue: Tommi <tommi@webrtc.org> Cr-Commit-Position: refs/heads/main@{#35285}
This commit is contained in:
parent
329137590e
commit
7b95fec6c9
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user