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

Side by Side Diff: tools/mb/mb_config.pyl

Issue 2294963003: [mb] Config for ClangToTLinuxASanLibfuzzer (Closed)
Patch Set: rebase + fix config Created 4 years, 3 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 'chromeos.chrome': { 10 'chromeos.chrome': {
(...skipping 146 matching lines...) Expand 10 before | Expand all | Expand 10 after
157 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86', 157 'swarming_gn_clang_official_optimize_release_bot_minimal_symbols_x86',
158 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86', 158 'CrWinGoma': 'gn_release_bot_minimal_symbols_x86',
159 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86', 159 'CrWinGoma(dll)': 'gn_shared_release_bot_minimal_symbols_x86',
160 'ClangToTAndroidASan': 'android_clang_tot_asan', 160 'ClangToTAndroidASan': 'android_clang_tot_asan',
161 'ClangToTLinux': 161 'ClangToTLinux':
162 'swarming_gn_clang_tot_linux_full_symbols_shared_release', 162 'swarming_gn_clang_tot_linux_full_symbols_shared_release',
163 'ClangToTLinux tester': 'none', 163 'ClangToTLinux tester': 'none',
164 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug', 164 'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug',
165 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release', 165 'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release',
166 'ClangToTLinuxASan tester': 'none', 166 'ClangToTLinuxASan tester': 'none',
167 'ClangToTLinuxASanLibfuzzer': 'gn_release_libfuzzer_asan_clang_tot',
167 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared', 168 'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared',
168 'ClangToTLinuxLLD tester': 'none', 169 'ClangToTLinuxLLD tester': 'none',
169 'ClangToTLinuxUBSanVptr': 170 'ClangToTLinuxUBSanVptr':
170 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release', 171 'swarming_gn_clang_tot_edge_ubsan_no_recover_hack_static_release',
171 'ClangToTLinuxUBSanVptr tester': 'none', 172 'ClangToTLinuxUBSanVptr tester': 'none',
172 'ClangToTMac': 'swarming_gn_clang_tot_minimal_symbols_shared_release', 173 'ClangToTMac': 'swarming_gn_clang_tot_minimal_symbols_shared_release',
173 'ClangToTMac tester': 'none', 174 'ClangToTMac tester': 'none',
174 'ClangToTMac (dbg)': 175 'ClangToTMac (dbg)':
175 'swarming_gn_clang_tot_minimal_symbols_shared_debug', 176 'swarming_gn_clang_tot_minimal_symbols_shared_debug',
176 'ClangToTMacASan': 177 'ClangToTMacASan':
(...skipping 1141 matching lines...) Expand 10 before | Expand all | Expand 10 after
1318 'gn_release_libfuzzer_mac_asan': [ 1319 'gn_release_libfuzzer_mac_asan': [
1319 'gn', 'release', 'libfuzzer', 'asan', 'chrome_with_codecs', 'pdf_xfa', 1320 'gn', 'release', 'libfuzzer', 'asan', 'chrome_with_codecs', 'pdf_xfa',
1320 'disable_nacl', 1321 'disable_nacl',
1321 ], 1322 ],
1322 1323
1323 'gn_release_libfuzzer_asan': [ 1324 'gn_release_libfuzzer_asan': [
1324 'gn', 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa', 1325 'gn', 'release', 'libfuzzer', 'asan', 'chromeos_codecs', 'pdf_xfa',
1325 'disable_nacl', 1326 'disable_nacl',
1326 ], 1327 ],
1327 1328
1329 'gn_release_libfuzzer_asan_clang_tot': [
Dirk Pranke 2016/08/31 16:22:10 where possible, the names of the configs should si
1330 'gn', 'clang_tot', 'release', 'libfuzzer', 'asan',
1331 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
1332 ],
1333
1328 'gn_release_libfuzzer_msan': [ 1334 'gn_release_libfuzzer_msan': [
1329 'gn', 'release', 'libfuzzer', 'msan', 'chromeos_codecs', 'pdf_xfa', 1335 'gn', 'release', 'libfuzzer', 'msan', 'chromeos_codecs', 'pdf_xfa',
1330 'disable_nacl', 1336 'disable_nacl',
1331 ], 1337 ],
1332 'gn_release_libfuzzer_ubsan': [ 1338 'gn_release_libfuzzer_ubsan': [
1333 'gn', 'release', 'libfuzzer', 'ubsan_security', 'chromeos_codecs', 1339 'gn', 'release', 'libfuzzer', 'ubsan_security', 'chromeos_codecs',
1334 'pdf_xfa', 'disable_nacl', 1340 'pdf_xfa', 'disable_nacl',
1335 ], 1341 ],
1336 1342
1337 'gn_release_trybot': [ 1343 'gn_release_trybot': [
(...skipping 1125 matching lines...) Expand 10 before | Expand all | Expand 10 after
2463 }, 2469 },
2464 2470
2465 'drfuzz': { 'gn_args': 'use_drfuzz=true' }, 2471 'drfuzz': { 'gn_args': 'use_drfuzz=true' },
2466 2472
2467 'drmemory': { 2473 'drmemory': {
2468 'gn_args': 'is_component_build=true enable_iterator_debugging=false', 2474 'gn_args': 'is_component_build=true enable_iterator_debugging=false',
2469 'gyp_defines': 'component=shared_library build_for_tool=drmemory', 2475 'gyp_defines': 'component=shared_library build_for_tool=drmemory',
2470 }, 2476 },
2471 }, 2477 },
2472 } 2478 }
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