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

Unified Diff: scripts/slave/recipe_modules/webrtc/builders.py

Issue 612753004: Create MSan config for Chromium recipe module + add WebRTC MSan recipe. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: Created 6 years, 3 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
Index: scripts/slave/recipe_modules/webrtc/builders.py
diff --git a/scripts/slave/recipe_modules/webrtc/builders.py b/scripts/slave/recipe_modules/webrtc/builders.py
index 8781ca33d6521a8f8e5a782af8628108225eca58..58a51bbad6352eb2e93d062ac80d7f9e60f4dd6d 100644
--- a/scripts/slave/recipe_modules/webrtc/builders.py
+++ b/scripts/slave/recipe_modules/webrtc/builders.py
@@ -802,7 +802,17 @@ BUILDERS = {
'bot_type': 'builder_tester',
'testing': {'platform': 'linux'},
},
- },
+ 'Linux MSan': {
+ 'recipe_config': 'webrtc_clang',
+ 'chromium_apply_config': ['msan'],
+ 'webrtc_config_kwargs': {
+ 'BUILD_CONFIG': 'Release',
+ 'TARGET_BITS': 64,
+ },
+ 'bot_type': 'builder_tester',
+ 'testing': {'platform': 'linux'},
+ },
+ },
},
'tryserver.webrtc': {
'builders': {

Powered by Google App Engine
This is Rietveld 408576698