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

Side by Side Diff: webrtc/build/mb_config.pyl

Issue 2531573003: Make Valgrind memcheck work in swarming. (Closed)
Patch Set: Add more suppressions. Created 4 years 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 | « tools/valgrind-webrtc/webrtc_tests.sh ('k') | 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 (c) 2016 The WebRTC project authors. All Rights Reserved. 1 # Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license 3 # Use of this source code is governed by a BSD-style license
4 # that can be found in the LICENSE file in the root of the source 4 # that can be found in the LICENSE file in the root of the source
5 # tree. An additional intellectual property rights grant can be found 5 # tree. An additional intellectual property rights grant can be found
6 # in the file PATENTS. All contributing project authors may 6 # in the file PATENTS. All contributing project authors may
7 # be found in the AUTHORS file in the root of the source tree. 7 # be found in the AUTHORS file in the root of the source tree.
8 8
9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl. 9 # FOR DETAILS ON THIS FILE SEE THE MAIN COPY IN //tools/mb/mb_config.pyl.
10 # This is configuration for standalone WebRTC bots. It is used to keep the bot 10 # This is configuration for standalone WebRTC bots. It is used to keep the bot
(...skipping 107 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 # Linux 118 # Linux
119 'linux_compile_dbg': 'debug_bot_x64', 119 'linux_compile_dbg': 'debug_bot_x64',
120 'linux_compile_rel': 'release_bot_x64', 120 'linux_compile_rel': 'release_bot_x64',
121 'linux_dbg': 'debug_bot_x64', 121 'linux_dbg': 'debug_bot_x64',
122 'linux_rel': 'release_bot_x64', 122 'linux_rel': 'release_bot_x64',
123 'linux32_dbg': 'debug_bot_x86', 123 'linux32_dbg': 'debug_bot_x86',
124 'linux32_rel': 'release_bot_x86', 124 'linux32_rel': 'release_bot_x86',
125 'linux_arm': 'release_bot_arm', 125 'linux_arm': 'release_bot_arm',
126 'linux_asan': 'asan_lsan_clang_release_bot_x64', 126 'linux_asan': 'asan_lsan_clang_release_bot_x64',
127 'linux_memcheck': 'release_bot_x64', 127 'linux_memcheck': 'release_bot_x64',
128 'linux_memcheck_swarming': 'memcheck_release_bot_x64',
128 'linux_msan': 'msan_clang_release_bot_x64', 129 'linux_msan': 'msan_clang_release_bot_x64',
129 'linux_tsan2': 'tsan_clang_release_bot_x64', 130 'linux_tsan2': 'tsan_clang_release_bot_x64',
130 'linux_ubsan': 'ubsan_clang_release_bot_x64', 131 'linux_ubsan': 'ubsan_clang_release_bot_x64',
131 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64', 132 'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64',
132 'linux_baremetal': 'release_bot_x64', 133 'linux_baremetal': 'release_bot_x64',
133 134
134 # Android 135 # Android
135 'android_compile_dbg': 'android_debug_static_bot_arm', 136 'android_compile_dbg': 'android_debug_static_bot_arm',
136 'android_compile_rel': 'android_release_bot_arm', 137 'android_compile_rel': 'android_release_bot_arm',
137 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64', 138 'android_compile_arm64_dbg': 'android_debug_static_bot_arm64',
(...skipping 300 matching lines...) Expand 10 before | Expand all | Expand 10 after
438 439
439 'x64': { 440 'x64': {
440 'gn_args': 'target_cpu="x64"', 441 'gn_args': 'target_cpu="x64"',
441 }, 442 },
442 443
443 'x86': { 444 'x86': {
444 'gn_args': 'target_cpu="x86"', 445 'gn_args': 'target_cpu="x86"',
445 }, 446 },
446 }, 447 },
447 } 448 }
OLDNEW
« no previous file with comments | « tools/valgrind-webrtc/webrtc_tests.sh ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698