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

Unified Diff: tools/mb/mb_config.pyl

Issue 2206963004: Don't build ipc_fuzzer on the CrWinASan(dll) bot. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 4 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 e10589d2cb7376f52b69d0b51eb34b42da515632..bf1fc66640e53891fb6b8a787e40464c3da6a0cb 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -189,7 +189,7 @@
'swarming_gn_asan_clang_fuzzer_static_v8_heap_x86_full_symbols_release',
'CrWinAsan tester': 'none',
'CrWinAsan(dll)':
- 'swarming_gn_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release',
+ 'swarming_gn_asan_clang_shared_v8_heap_x86_full_symbols_release',
'CrWinAsan(dll) tester': 'none',
'CrWinAsanCov':
('swarming_gn_asan_clang_edge_fuzzer'
@@ -1808,8 +1808,8 @@
'v8_heap', 'full_symbols', 'release',
],
- 'swarming_gn_asan_clang_fuzzer_shared_v8_heap_x86_full_symbols_release': [
- 'swarming', 'gn', 'asan', 'clang_tot', 'fuzzer', 'shared', 'v8_heap',
+ 'swarming_gn_asan_clang_shared_v8_heap_x86_full_symbols_release': [
+ 'swarming', 'gn', 'asan', 'clang_tot', 'shared', 'v8_heap',
'full_symbols', '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