Chromium Code Reviews| Index: tools/mb/mb_config.pyl |
| diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl |
| index 7b584eab69a430f16f1f96e7154564b0129801fc..51cf0059a259386434ba68588e660ea53de4c3ee 100644 |
| --- a/tools/mb/mb_config.pyl |
| +++ b/tools/mb/mb_config.pyl |
| @@ -92,12 +92,6 @@ |
| 'Chromium Linux32 Goma Canary (clobber)': 'tbd', |
| 'Chromium Win x64 Clobber': 'tbd', |
| 'ChromiumOS Linux Tests': 'tbd', |
| - 'ClangToTAndroidASan': |
| - 'android_clang_no_chrome_plugins_asan_gn_debug_bot_minimal_symbols', |
| - 'ClangToTLinux': 'tbd', |
| - 'ClangToTLinux (dbg)': 'tbd', |
| - 'ClangToTLinuxASan': 'tbd', |
| - 'ClangToTLinuxUBSanVptr': 'tbd', |
| 'ClangToTMac': 'tbd', |
| 'ClangToTMac (dbg)': 'tbd', |
| 'ClangToTMacASan': 'tbd', |
| @@ -161,9 +155,20 @@ |
| 'swarming_gyp_clang_official_release_bot_minimal_symbols_x64', |
| 'CrWinGoma': 'gyp_release_bot_minimal_symbols_x86', |
| 'CrWinGoma(dll)': 'gyp_shared_release_bot_minimal_symbols_x86', |
| + 'ClangToTAndroidASan': |
| + 'android_clang_no_chrome_plugins_asan_gn_debug_bot_minimal_symbols', |
| 'ClangToTAndroidASan tester': 'none', |
| + 'ClangToTLinux': |
| + ('swarming_gyp_clang_no_chrome_plugins_' |
| + 'linux_dump_symbols_shared_release'), |
| 'ClangToTLinux tester': 'none', |
| + 'ClangToTLinux (dbg)': |
| + 'swarming_gyp_clang_no_chrome_plugins_shared_debug', |
| + 'ClangToTLinuxASan': |
| + 'swarming_gyp_clang_no_chrome_plugins_asan_lsan_static_release', |
| 'ClangToTLinuxASan tester': 'none', |
| + 'ClangToTLinuxUBSanVptr': |
| + 'swarming_gyp_clang_no_chrome_plugins_edge_ubsan_vptr_static_release', |
| 'ClangToTLinuxUBSanVptr tester': 'none', |
| 'ClangToTMac tester': 'none', |
| 'ClangToTMacASan tester': 'none', |
| @@ -1527,6 +1532,25 @@ |
| 'chromeos_with_codecs', 'goma', 'gyp', 'ozone', 'static', 'swarming', |
| ], |
| + 'swarming_gyp_clang_no_chrome_plugins_edge_ubsan_vptr_static_release': [ |
| + 'swarming', 'gyp', 'clang_no_chrome_plugins', 'edge', 'ubsan_vptr', |
| + 'static', 'release', |
|
Dirk Pranke
2016/04/22 00:48:06
Hm. Looks like this bot specifies "release_extra_c
krasin
2016/04/22 00:54:07
Good catch!
This was introduced due to an LLVM bu
|
| + ], |
| + |
| + 'swarming_gyp_clang_no_chrome_plugins_asan_lsan_static_release': [ |
| + 'swarming', 'gyp', 'clang_no_chrome_plugins', 'asan', 'lsan', 'static', |
| + 'release', |
| + ], |
| + |
| + 'swarming_gyp_clang_no_chrome_plugins_shared_debug': [ |
| + 'swarming', 'gyp', 'clang_no_chrome_plugins', 'shared', 'debug', |
| + ], |
| + |
| + 'swarming_gyp_clang_no_chrome_plugins_linux_dump_symbols_shared_release': [ |
|
Nico
2016/04/22 00:53:23
can you add the comment
# Enable debug in
Dirk Pranke
2016/04/22 01:06:02
Yes, I can add that comment.
|
| + 'swarming', 'gyp', 'clang_no_chrome_plugins', 'linux_dump_symbols', |
| + 'shared', 'release', |
| + ], |
| + |
| 'swarming_gyp_debug_trybot': [ |
| 'swarming', 'gyp', 'debug_trybot', |
| ], |
| @@ -2082,6 +2106,11 @@ |
| 'gyp_defines': 'debug_extra_cflags="-gline-tables-only"', |
| }, |
| + 'linux_dump_symbols': { |
| + 'gn_args': 'error', # TODO(aneeshm): what is the GN equivalent of this? |
| + 'gyp_defines': 'linux_dump_symbols=1', |
| + }, |
| + |
| 'ubsan_security': { 'gn_args': 'is_ubsan_security=true' }, |
| 'lsan': { |