Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(54)

Unified Diff: tools/mb/mb_config.pyl

Issue 2055323002: Remove -fsanitize-coverage=edge from UBSanVptr ToT bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index e73e51a2efb24085093f8e4df04e5c3272704773..fce18a72d14ef2e83126aa5606c09a9b1dec0084 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -136,7 +136,7 @@
'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared',
'ClangToTLinuxLLD tester': 'none',
'ClangToTLinuxUBSanVptr':
- 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release',
+ 'swarming_gn_clang_tot_ubsan_no_recover_hack_static_release',
'ClangToTLinuxUBSanVptr tester': 'none',
'ClangToTMac': 'swarming_gyp_clang_tot_minimal_symbols_shared_release',
'ClangToTMac tester': 'none',
@@ -1773,8 +1773,8 @@
'swarming', 'gn', 'clang_tot', 'asan', 'lsan', 'static', 'release',
],
- 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release': [
- 'swarming', 'gn', 'clang_tot', 'edge', 'ubsan_no_recover_hack',
+ 'swarming_gn_clang_tot_ubsan_no_recover_hack_static_release': [
+ 'swarming', 'gn', 'clang_tot', 'ubsan_no_recover_hack',
'static', 'release',
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698