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

Unified Diff: tools/mb/mb_config.pyl

Issue 2294963003: [mb] Config for ClangToTLinuxASanLibfuzzer (Closed)
Patch Set: rebase + fix config Created 4 years, 4 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/mb/mb_config.pyl
diff --git a/tools/mb/mb_config.pyl b/tools/mb/mb_config.pyl
index e089b095789a3b231b47f58144acc8044b9469c5..8cfe915ccc8e6e01e8599121705a154e71ae2f72 100644
--- a/tools/mb/mb_config.pyl
+++ b/tools/mb/mb_config.pyl
@@ -164,6 +164,7 @@
'ClangToTLinux (dbg)': 'swarming_clang_tot_shared_debug',
'ClangToTLinuxASan': 'swarming_gn_clang_tot_asan_lsan_static_release',
'ClangToTLinuxASan tester': 'none',
+ 'ClangToTLinuxASanLibfuzzer': 'gn_release_libfuzzer_asan_clang_tot',
'ClangToTLinuxLLD': 'swarming_clang_tot_lld_release_shared',
'ClangToTLinuxLLD tester': 'none',
'ClangToTLinuxUBSanVptr':
@@ -1325,6 +1326,11 @@
'disable_nacl',
],
+ 'gn_release_libfuzzer_asan_clang_tot': [
Dirk Pranke 2016/08/31 16:22:10 where possible, the names of the configs should si
+ 'gn', 'clang_tot', 'release', 'libfuzzer', 'asan',
+ 'chromeos_codecs', 'pdf_xfa', 'disable_nacl',
+ ],
+
'gn_release_libfuzzer_msan': [
'gn', 'release', 'libfuzzer', 'msan', 'chromeos_codecs', 'pdf_xfa',
'disable_nacl',
« 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