Commit 23be5a02 authored by Sven Zheng's avatar Sven Zheng Committed by Commit Bot

[lacros] Adds dcheck_always_on to builders

In general dcheck_always_on should catch more bugs. All other platform
builders have set this.

Change-Id: Ibfe62ffba72d4a71bdc570048a999d5e82b931a9
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2386491
Commit-Queue: Sven Zheng <svenzheng@chromium.org>
Reviewed-by: default avatarYuke Liao <liaoyuke@chromium.org>
Reviewed-by: default avatarErik Chen <erikchen@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@google.com>
Cr-Commit-Position: refs/heads/master@{#803934}
parent 30590c31
......@@ -135,6 +135,7 @@
-PaymentRequestCreditCardEditorTest.EditingExpiredCard
-PaymentRequestShippingAddressEditorTest.FocusFirstField_Name
-PaymentRequestShippingAddressEditorTest.FocusFirstInvalidField_NotName
-PDFExtensionJSTest.Bookmark/1
-PDFExtensionTestWithTestGuestViewManager.CSPDoesNotBlockEmbedStyles
-PDFExtensionTestWithTestGuestViewManager.CSPFrameAncestorsOverridesXFrameOptions
-PDFExtensionTestWithTestGuestViewManager.PdfExtensionLoadedInGuest
......
......@@ -829,7 +829,7 @@
'linux-chromeos-rel': 'chromeos_with_codecs_release_trybot_code_coverage',
'linux-chromeos-compile-dbg': 'chromeos_with_codecs_debug_bot',
'linux-chromeos-dbg': 'chromeos_with_codecs_debug_bot',
'linux-lacros-rel': 'lacros_on_linux_release_bot',
'linux-lacros-rel': 'lacros_on_linux_release_trybot',
},
'tryserver.chromium.codesearch': {
......@@ -891,7 +891,7 @@
'linux-clang-tidy-rel': 'release_trybot',
'linux-dcheck-off-rel': 'release_trybot_dcheck_off',
'linux-gcc-rel': 'release_bot_x86_minimal_symbols_no_clang_cxx11',
'linux-lacros-fyi-rel': 'lacros_on_linux_release_bot',
'linux-lacros-fyi-rel': 'lacros_on_linux_release_trybot',
'linux-libfuzzer-asan-rel': 'libfuzzer_asan_release_trybot',
'linux-ozone-rel': 'ozone_linux_release_trybot',
'linux-perfetto-rel': 'perfetto_release_trybot',
......@@ -1562,10 +1562,6 @@
'chromeos_kevin', 'include_unwind_tables', 'official',
],
'lacros_on_linux_release_bot': [
'lacros_on_linux', 'release_bot',
],
'chromeos_msan_release_bot': [
'chromeos', 'msan', 'release_bot',
],
......@@ -2027,6 +2023,14 @@
'ios_simulator', 'release_bot', 'asan', 'xctest',
],
'lacros_on_linux_release_bot': [
'lacros_on_linux', 'release_bot',
],
'lacros_on_linux_release_trybot': [
'lacros_on_linux', 'release_trybot',
],
'libfuzzer_asan_debug_bot': [
'libfuzzer', 'asan', 'debug_bot', 'shared', 'chromeos_codecs', 'pdf_xfa', 'disable_nacl', 'optimize_for_fuzzing', 'disable_seed_corpus',
],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment