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

Unified Diff: tools-webrtc/mb/mb_config.pyl

Issue 2598363004: MB: Add libfuzzer bots. (Closed)
Patch Set: 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 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-webrtc/mb/mb_config.pyl
diff --git a/tools-webrtc/mb/mb_config.pyl b/tools-webrtc/mb/mb_config.pyl
index 7b3ff561d47d09a3f35176bdf5ecc5f01c1d1289..1a310dd566944d231ed45d734f459fe612f4ec1e 100644
--- a/tools-webrtc/mb/mb_config.pyl
+++ b/tools-webrtc/mb/mb_config.pyl
@@ -46,6 +46,7 @@
'Linux UBSan': 'ubsan_clang_release_bot_x64',
'Linux UBSan vptr': 'ubsan_vptr_clang_release_bot_x64',
'Linux64 Release [large tests]': 'release_bot_x64',
+ 'Linux64 Release (Libfuzzer)': 'libfuzzer_asan_release_bot_x64',
# Android
'Android32 (M Nexus5X)': 'android_release_bot_arm',
@@ -133,6 +134,7 @@
'linux_ubsan': 'ubsan_clang_release_bot_x64',
'linux_ubsan_vptr': 'ubsan_vptr_clang_release_bot_x64',
'linux_baremetal': 'release_bot_x64',
+ 'linux_libfuzzer_rel': 'libfuzzer_asan_release_bot_x64',
# Android
'android_compile_dbg': 'android_debug_static_bot_arm',
@@ -234,6 +236,9 @@
'perf_release_bot_x64': [
'gn', 'openh264', 'release', 'static', 'goma', 'x64'
],
+ 'libfuzzer_asan_release_bot_x64': [
+ 'libfuzzer', 'asan', 'openh264_release_bot', 'x64'
+ ],
'memcheck_release_bot_x64': [
'memcheck', 'gn', 'openh264_release_bot', 'x64'
],
@@ -370,6 +375,10 @@
'gn_args': 'target_os="ios"',
},
+ 'libfuzzer': {
+ 'gn_args': 'use_libfuzzer=true',
+ },
+
'lsan': {
'gn_args': 'is_lsan=true',
},
« 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