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

Unified Diff: scripts/slave/recipe_modules/chromium/api.py

Issue 941433004: Remove LSan options/suppressions from recipe configs. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/tools/build
Patch Set: rebase Created 5 years, 10 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 | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: scripts/slave/recipe_modules/chromium/api.py
diff --git a/scripts/slave/recipe_modules/chromium/api.py b/scripts/slave/recipe_modules/chromium/api.py
index 8b219238a921522e5a0b478381280f36f0a30649..5fefb548fc0a1af334d65f40ab5b69bfd70697e6 100644
--- a/scripts/slave/recipe_modules/chromium/api.py
+++ b/scripts/slave/recipe_modules/chromium/api.py
@@ -328,8 +328,6 @@ class ChromiumApi(recipe_api.RecipeApi):
full_args.append('--enable-asan')
if self.c.runtests.enable_lsan:
full_args.append('--enable-lsan')
- full_args.append('--lsan-suppressions-file=%s' %
- self.c.runtests.lsan_suppressions_file)
if self.c.gyp_env.GYP_DEFINES.get('msan', 0) == 1:
full_args.append('--enable-msan')
if self.c.gyp_env.GYP_DEFINES.get('tsan', 0) == 1:
« no previous file with comments | « no previous file | scripts/slave/recipe_modules/chromium/config.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698