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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 # This is a map of buildbot master names -> buildbot builder names -> 6 # This is a map of buildbot master names -> buildbot builder names ->
7 # config names (where each config name is a key in the 'configs' dict, 7 # config names (where each config name is a key in the 'configs' dict,
8 # below). MB uses this dict to look up which config to use for a given bot. 8 # below). MB uses this dict to look up which config to use for a given bot.
9 'masters': { 9 'masters': {
10 # Take care when changing any of these builders to ensure that you do not 10 # Take care when changing any of these builders to ensure that you do not
(...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after
129 'ClangToTAndroidASan tester': 'none', 129 'ClangToTAndroidASan tester': 'none',
130 'ClangToTLinux': 130 'ClangToTLinux':
131 'swarming_gn_clang_tot_linux_full_symbols_shared_release', 131 'swarming_gn_clang_tot_linux_full_symbols_shared_release',
132 'ClangToTLinux tester': 'none', 132 'ClangToTLinux tester': 'none',
133 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', 133 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug',
134 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release', 134 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release',
135 'ClangToTLinuxASan tester': 'none', 135 'ClangToTLinuxASan tester': 'none',
136 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared', 136 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared',
137 'ClangToTLinuxLLD tester': 'none', 137 'ClangToTLinuxLLD tester': 'none',
138 'ClangToTLinuxUBSanVptr': 138 'ClangToTLinuxUBSanVptr':
139 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release', 139 'swarming_gn_clang_tot_ubsan_no_recover_hack_static_release',
140 'ClangToTLinuxUBSanVptr tester': 'none', 140 'ClangToTLinuxUBSanVptr tester': 'none',
141 'ClangToTMac': 'swarming_gyp_clang_tot_minimal_symbols_shared_release', 141 'ClangToTMac': 'swarming_gyp_clang_tot_minimal_symbols_shared_release',
142 'ClangToTMac tester': 'none', 142 'ClangToTMac tester': 'none',
143 'ClangToTMac (dbg)': 143 'ClangToTMac (dbg)':
144 'swarming_gyp_clang_tot_minimal_symbols_shared_debug', 144 'swarming_gyp_clang_tot_minimal_symbols_shared_debug',
145 'ClangToTMacASan': 145 'ClangToTMacASan':
146 'swarming_gyp_asan_clang_tot_full_symbols_static_release', 146 'swarming_gyp_asan_clang_tot_full_symbols_static_release',
147 'ClangToTMacASan tester': 'none', 147 'ClangToTMacASan tester': 'none',
148 'ClangToTWin': 148 'ClangToTWin':
149 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x86', 149 'swarming_gyp_clang_tot_official_minimal_symbols_static_release_x86',
(...skipping 183 matching lines...) Expand 10 before | Expand all | Expand 10 after
333 'MSAN Release (chained origins)': 'gyp_msan_edge_release_bot', 333 'MSAN Release (chained origins)': 'gyp_msan_edge_release_bot',
334 'MSAN Release (no origins)': 'gyp_msan_no_origins_edge_release_bot', 334 'MSAN Release (no origins)': 'gyp_msan_no_origins_edge_release_bot',
335 'Mac ASAN Debug': 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot', 335 'Mac ASAN Debug': 'gyp_asan_fuzzer_v8_heap_debug_symbols_static_bot',
336 'Mac ASAN Release Media': 336 'Mac ASAN Release Media':
337 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot', 337 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot',
338 'Mac ASAN Release': 'gyp_asan_fuzzer_v8_heap_release_bot', 338 'Mac ASAN Release': 'gyp_asan_fuzzer_v8_heap_release_bot',
339 'TSAN Debug': 'gyp_tsan_disable_nacl_line_tables_debug_bot', 339 'TSAN Debug': 'gyp_tsan_disable_nacl_line_tables_debug_bot',
340 'TSAN Release': 'gyp_tsan_disable_nacl_line_tables_release_bot', 340 'TSAN Release': 'gyp_tsan_disable_nacl_line_tables_release_bot',
341 'Telemetry Harness Upload': 'none', 341 'Telemetry Harness Upload': 'none',
342 'UBSan Release': 'gyp_ubsan_release_bot', 342 'UBSan Release': 'gyp_ubsan_release_bot',
343 'UBSan vptr Release': 'gyp_ubsan_vptr_edge_release_bot', 343 'UBSan vptr Release': 'gyp_ubsan_vptr_edge_release_bot',
Nico 2016/06/13 15:40:23 this guy
Nico 2016/06/13 15:41:45 Looks like this bot does upload to clusterfuzz: ht
344 'Win ASan Release Coverage': 344 'Win ASan Release Coverage':
345 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86', 345 'gyp_asan_edge_fuzzer_v8_heap_release_bot_x86',
346 'Win ASan Release Media': 346 'Win ASan Release Media':
347 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86', 347 'gyp_asan_fuzzer_v8_heap_chrome_with_codecs_release_bot_x86',
348 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86', 348 'Win ASan Release': 'gyp_asan_fuzzer_v8_heap_release_bot_x86',
349 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86', 349 'Win SyzyASAN LKGR': 'gyp_syzyasan_no_pch_win_z7_x86',
350 }, 350 },
351 351
352 'chromium.mac': { 352 'chromium.mac': {
353 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot', 353 'Mac Builder': 'swarming_gpu_tests_gyp_release_bot',
(...skipping 1412 matching lines...) Expand 10 before | Expand all | Expand 10 after
1766 1766
1767 'swarming_gyp_clang_shared_release_bot_minimal_symbols_x86': [ 1767 'swarming_gyp_clang_shared_release_bot_minimal_symbols_x86': [
1768 'swarming', 'gyp', 'clang', 'shared_release_bot', 'minimal_symbols', 1768 'swarming', 'gyp', 'clang', 'shared_release_bot', 'minimal_symbols',
1769 'x86', 1769 'x86',
1770 ], 1770 ],
1771 1771
1772 'swarming_gn_clang_tot_asan_lsan_static_release': [ 1772 'swarming_gn_clang_tot_asan_lsan_static_release': [
1773 'swarming', 'gn', 'clang_tot', 'asan', 'lsan', 'static', 'release', 1773 'swarming', 'gn', 'clang_tot', 'asan', 'lsan', 'static', 'release',
1774 ], 1774 ],
1775 1775
1776 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release': [ 1776 'swarming_gn_clang_tot_ubsan_no_recover_hack_static_release': [
1777 'swarming', 'gn', 'clang_tot', 'edge', 'ubsan_no_recover_hack', 1777 'swarming', 'gn', 'clang_tot', 'ubsan_no_recover_hack',
1778 'static', 'release', 1778 'static', 'release',
1779 ], 1779 ],
1780 1780
1781 'swarming_gn_clang_tot_linux_full_symbols_shared_release': [ 1781 'swarming_gn_clang_tot_linux_full_symbols_shared_release': [
1782 # Enable debug info, as on official builders, to catch issues with 1782 # Enable debug info, as on official builders, to catch issues with
1783 # optimized debug info. 1783 # optimized debug info.
1784 'swarming', 'gn', 'clang_tot', 'full_symbols', 'shared', 'release', 1784 'swarming', 'gn', 'clang_tot', 'full_symbols', 'shared', 'release',
1785 ], 1785 ],
1786 1786
1787 'swarming_gyp_clang_tot_minimal_symbols_shared_debug': [ 1787 'swarming_gyp_clang_tot_minimal_symbols_shared_debug': [
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after
2323 }, 2323 },
2324 2324
2325 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2325 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2326 2326
2327 'drmemory': { 2327 'drmemory': {
2328 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2328 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2329 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2329 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2330 }, 2330 },
2331 }, 2331 },
2332 } 2332 }
OLDNEW
« 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