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

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

Issue 2858923002: Fix errors for Win ASan bots. (Closed)
Patch Set: Created 3 years, 7 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 (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 156 matching lines...) Expand 10 before | Expand all | Expand 10 after
167 'win_compile_x64_dbg': 'debug_bot_x64', 167 'win_compile_x64_dbg': 'debug_bot_x64',
168 'win_compile_x64_rel': 'release_bot_x64', 168 'win_compile_x64_rel': 'release_bot_x64',
169 'win_dbg': 'debug_bot_x86', 169 'win_dbg': 'debug_bot_x86',
170 'win_rel': 'release_bot_x86', 170 'win_rel': 'release_bot_x86',
171 'win_x64_dbg': 'debug_bot_x64', 171 'win_x64_dbg': 'debug_bot_x64',
172 'win_x64_rel': 'release_bot_x64', 172 'win_x64_rel': 'release_bot_x64',
173 'win_clang_dbg': 'win_clang_debug_bot_x86', 173 'win_clang_dbg': 'win_clang_debug_bot_x86',
174 'win_clang_rel': 'win_clang_release_bot_x86', 174 'win_clang_rel': 'win_clang_release_bot_x86',
175 'win_x64_clang_dbg': 'win_clang_debug_bot_x64', 175 'win_x64_clang_dbg': 'win_clang_debug_bot_x64',
176 'win_x64_clang_rel': 'win_clang_release_bot_x64', 176 'win_x64_clang_rel': 'win_clang_release_bot_x64',
177 'win_asan': 'win_syzyasan_release_bot_x86', 177 'win_asan': 'win_asan_clang_release_bot_x86',
178 'win_baremetal': 'release_bot_x86', 178 'win_baremetal': 'release_bot_x86',
179 'win_x64_win8': 'debug_bot_x64', 179 'win_x64_win8': 'debug_bot_x64',
180 'win_x64_win10': 'debug_bot_x64', 180 'win_x64_win10': 'debug_bot_x64',
181 } 181 }
182 }, 182 },
183 183
184 # This is the list of configs that you can pass to mb; each config 184 # This is the list of configs that you can pass to mb; each config
185 # represents a particular combination of gn args that we must support. 185 # represents a particular combination of gn args that we must support.
186 # A given config *may* be platform-specific but is not necessarily so (i.e., 186 # A given config *may* be platform-specific but is not necessarily so (i.e.,
187 # we might have mac, win, and linux bots all using the 'release_bot' config). 187 # we might have mac, win, and linux bots all using the 'release_bot' config).
(...skipping 69 matching lines...) Expand 10 before | Expand all | Expand 10 after
257 'gn', 'clang', 'openh264_release_bot', 'x86', 257 'gn', 'clang', 'openh264_release_bot', 'x86',
258 ], 258 ],
259 'win_clang_debug_bot_x64': [ 259 'win_clang_debug_bot_x64': [
260 'gn', 'clang', 'openh264_debug_bot', 'x64', 260 'gn', 'clang', 'openh264_debug_bot', 'x64',
261 ], 261 ],
262 'win_clang_release_bot_x64': [ 262 'win_clang_release_bot_x64': [
263 'gn', 'clang', 'openh264_release_bot', 'x64', 263 'gn', 'clang', 'openh264_release_bot', 'x64',
264 ], 264 ],
265 'win_asan_clang_release_bot_x86': [ 265 'win_asan_clang_release_bot_x86': [
266 'gn', 'asan', 'clang', 'full_symbols', 'openh264_release_bot', 'x86', 266 'gn', 'asan', 'clang', 'full_symbols', 'openh264_release_bot', 'x86',
267 'win_fastlink',
267 ], 268 ],
268 'win_syzyasan_release_bot_x86': [ 269 'win_syzyasan_release_bot_x86': [
269 'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86', 270 'gn', 'syzyasan', 'minimal_symbols', 'openh264_release_bot', 'x86',
270 ], 271 ],
271 272
272 # Mac 273 # Mac
273 'mac_asan_clang_release_bot_x64': [ 274 'mac_asan_clang_release_bot_x64': [
274 'gn', 'asan', 'clang', 'openh264_release_bot', 'x64', 275 'gn', 'asan', 'clang', 'openh264_release_bot', 'x64',
275 ], 276 ],
276 277
(...skipping 165 matching lines...) Expand 10 before | Expand all | Expand 10 after
442 }, 443 },
443 444
444 'ubsan': { 445 'ubsan': {
445 'gn_args': 'is_ubsan=true', 446 'gn_args': 'is_ubsan=true',
446 }, 447 },
447 448
448 'ubsan_vptr': { 449 'ubsan_vptr': {
449 'gn_args': 'is_ubsan_vptr=true', 450 'gn_args': 'is_ubsan_vptr=true',
450 }, 451 },
451 452
453 'win_fastlink': {
454 'gn_args': 'is_win_fastlink=true',
455 },
456
452 'x64': { 457 'x64': {
453 'gn_args': 'target_cpu="x64"', 458 'gn_args': 'target_cpu="x64"',
454 }, 459 },
455 460
456 'x86': { 461 'x86': {
457 'gn_args': 'target_cpu="x86"', 462 'gn_args': 'target_cpu="x86"',
458 }, 463 },
459 }, 464 },
460 } 465 }
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