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

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

Issue 2322493002: [gn] Turn off lsan on mac asan (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 2016 The V8 project authors. All rights reserved. 1 # Copyright 2016 The V8 project 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 # Bots are ordered by appearance on waterfall. 9 # Bots are ordered by appearance on waterfall.
10 'masters': { 10 'masters': {
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after
53 'V8 Win64': 'gn_release_x64_minimal_symbols', 53 'V8 Win64': 'gn_release_x64_minimal_symbols',
54 'V8 Win64 - debug': 'gn_debug_x64_minimal_symbols', 54 'V8 Win64 - debug': 'gn_debug_x64_minimal_symbols',
55 # TODO(machenbach): Switch plugins on when errors are fixed. 55 # TODO(machenbach): Switch plugins on when errors are fixed.
56 'V8 Win64 - clang': 'gn_release_x64_clang_no_plugins', 56 'V8 Win64 - clang': 'gn_release_x64_clang_no_plugins',
57 # Mac. 57 # Mac.
58 'V8 Mac': 'gn_release_x86', 58 'V8 Mac': 'gn_release_x86',
59 'V8 Mac - debug': 'gn_debug_x86', 59 'V8 Mac - debug': 'gn_debug_x86',
60 'V8 Mac64': 'gn_release_x64', 60 'V8 Mac64': 'gn_release_x64',
61 'V8 Mac64 - debug': 'gn_debug_x64', 61 'V8 Mac64 - debug': 'gn_debug_x64',
62 'V8 Mac GC Stress': 'gn_debug_x86', 62 'V8 Mac GC Stress': 'gn_debug_x86',
63 'V8 Mac64 ASAN': 'gyp_release_x64_asan', 63 'V8 Mac64 ASAN': 'gyp_release_x64_asan_no_lsan',
64 # Sanitizers. 64 # Sanitizers.
65 'V8 Linux64 ASAN': 'gn_release_x64_asan', 65 'V8 Linux64 ASAN': 'gn_release_x64_asan',
66 'V8 Linux64 TSAN': 'gn_release_x64_tsan', 66 'V8 Linux64 TSAN': 'gn_release_x64_tsan',
67 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan', 67 'V8 Linux - arm64 - sim - MSAN': 'gn_release_simulate_arm64_msan',
68 # Clusterfuzz. 68 # Clusterfuzz.
69 'V8 Linux64 ASAN no inline - release builder': 69 'V8 Linux64 ASAN no inline - release builder':
70 'gyp_release_x64_asan_symbolized_edge_verify_heap', 70 'gyp_release_x64_asan_symbolized_edge_verify_heap',
71 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge', 71 'V8 Linux64 ASAN - debug builder': 'gyp_debug_x64_asan_edge',
72 'V8 Linux64 ASAN arm64 - debug builder': 72 'V8 Linux64 ASAN arm64 - debug builder':
73 'gyp_debug_simulate_arm64_asan_edge', 73 'gyp_debug_simulate_arm64_asan_edge',
(...skipping 96 matching lines...) Expand 10 before | Expand all | Expand 10 after
170 'v8_win_rel_ng': 'gn_release_x86_trybot', 170 'v8_win_rel_ng': 'gn_release_x86_trybot',
171 'v8_win_nosnap_shared_rel_ng': 171 'v8_win_nosnap_shared_rel_ng':
172 'gn_release_x86_no_snap_shared_minimal_symbols', 172 'gn_release_x86_no_snap_shared_minimal_symbols',
173 'v8_win64_dbg': 'gn_debug_x64_minimal_symbols', 173 'v8_win64_dbg': 'gn_debug_x64_minimal_symbols',
174 'v8_win64_rel_ng': 'gn_release_x64_trybot', 174 'v8_win64_rel_ng': 'gn_release_x64_trybot',
175 'v8_mac_rel_ng': 'gn_release_x86_trybot', 175 'v8_mac_rel_ng': 'gn_release_x86_trybot',
176 'v8_mac_dbg': 'gn_debug_x86_trybot', 176 'v8_mac_dbg': 'gn_debug_x86_trybot',
177 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot', 177 'v8_mac_gc_stress_dbg': 'gn_debug_x86_trybot',
178 'v8_mac64_rel': 'gn_release_x64_trybot', 178 'v8_mac64_rel': 'gn_release_x64_trybot',
179 'v8_mac64_dbg': 'gn_debug_x64_minimal_symbols', 179 'v8_mac64_dbg': 'gn_debug_x64_minimal_symbols',
180 'v8_mac64_asan_rel': 'gyp_release_x64_asan', 180 'v8_mac64_asan_rel': 'gyp_release_x64_asan_no_lsan',
181 'v8_linux_arm_rel_ng': 'gn_release_simulate_arm_trybot', 181 'v8_linux_arm_rel_ng': 'gn_release_simulate_arm_trybot',
182 'v8_linux_arm_dbg': 'gn_debug_simulate_arm', 182 'v8_linux_arm_dbg': 'gn_debug_simulate_arm',
183 'v8_linux_arm_armv8a_rel': 'gn_release_simulate_arm_trybot', 183 'v8_linux_arm_armv8a_rel': 'gn_release_simulate_arm_trybot',
184 'v8_linux_arm_armv8a_dbg': 'gn_debug_simulate_arm', 184 'v8_linux_arm_armv8a_dbg': 'gn_debug_simulate_arm',
185 'v8_linux_arm64_rel_ng': 'gn_release_simulate_arm64_trybot', 185 'v8_linux_arm64_rel_ng': 'gn_release_simulate_arm64_trybot',
186 'v8_linux_arm64_dbg': 'gn_debug_simulate_arm64', 186 'v8_linux_arm64_dbg': 'gn_debug_simulate_arm64',
187 'v8_linux_arm64_gc_stress_dbg': 'gn_debug_simulate_arm64', 187 'v8_linux_arm64_gc_stress_dbg': 'gn_debug_simulate_arm64',
188 'v8_linux_mipsel_compile_rel': 'gyp_release_simulate_mipsel', 188 'v8_linux_mipsel_compile_rel': 'gyp_release_simulate_mipsel',
189 'v8_linux_mips64el_compile_rel': 'gyp_release_simulate_mips64el', 189 'v8_linux_mips64el_compile_rel': 'gyp_release_simulate_mips64el',
190 'v8_android_arm_compile_rel': 'gyp_release_android_arm', 190 'v8_android_arm_compile_rel': 'gyp_release_android_arm',
(...skipping 180 matching lines...) Expand 10 before | Expand all | Expand 10 after
371 'gyp_release_simulate_ppc64': [ 371 'gyp_release_simulate_ppc64': [
372 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'], 372 'gyp', 'release_bot', 'simulate_ppc64', 'swarming'],
373 'gyp_release_simulate_s390': [ 373 'gyp_release_simulate_s390': [
374 'gyp', 'release_bot', 'simulate_s390', 'swarming'], 374 'gyp', 'release_bot', 'simulate_s390', 'swarming'],
375 'gyp_release_simulate_s390x': [ 375 'gyp_release_simulate_s390x': [
376 'gyp', 'release_bot', 'simulate_s390x', 'swarming'], 376 'gyp', 'release_bot', 'simulate_s390x', 'swarming'],
377 377
378 # Gyp release configs for x64. 378 # Gyp release configs for x64.
379 'gyp_release_x64': [ 379 'gyp_release_x64': [
380 'gyp', 'release_bot', 'x64', 'swarming'], 380 'gyp', 'release_bot', 'x64', 'swarming'],
381 'gyp_release_x64_asan': [ 381 'gyp_release_x64_asan_no_lsan': [
382 'gyp', 'release_bot', 'x64', 'asan', 'lsan', 'swarming'], 382 'gyp', 'release_bot', 'x64', 'asan', 'swarming'],
383 'gyp_release_x64_asan_minimal_symbols_coverage': [ 383 'gyp_release_x64_asan_minimal_symbols_coverage': [
384 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan', 384 'gyp', 'release_bot', 'x64', 'asan', 'bb', 'coverage', 'lsan',
385 'minimal_symbols', 'swarming'], 385 'minimal_symbols', 'swarming'],
386 'gyp_release_x64_asan_symbolized_edge_verify_heap': [ 386 'gyp_release_x64_asan_symbolized_edge_verify_heap': [
387 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized', 387 'gyp', 'release_bot', 'x64', 'asan', 'edge', 'lsan', 'symbolized',
388 'v8_verify_heap'], 388 'v8_verify_heap'],
389 'gyp_release_x64_cfi_symbolized': [ 389 'gyp_release_x64_cfi_symbolized': [
390 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'], 390 'gyp', 'release_bot', 'x64', 'cfi', 'swarming', 'symbolized'],
391 'gyp_release_x64_gcc_coverage': [ 391 'gyp_release_x64_gcc_coverage': [
392 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'], 392 'gyp', 'release_bot', 'x64', 'coverage', 'gcc'],
(...skipping 287 matching lines...) Expand 10 before | Expand all | Expand 10 after
680 'gn_args': 'target_cpu="x64"', 680 'gn_args': 'target_cpu="x64"',
681 'gyp_defines': 'target_arch=x64', 681 'gyp_defines': 'target_arch=x64',
682 }, 682 },
683 683
684 'x86': { 684 'x86': {
685 'gn_args': 'target_cpu="x86"', 685 'gn_args': 'target_cpu="x86"',
686 'gyp_defines': 'target_arch=ia32', 686 'gyp_defines': 'target_arch=ia32',
687 }, 687 },
688 }, 688 },
689 } 689 }
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