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

Unified Diff: tools/run-tests.py

Issue 2667993002: Revert of [test] Add back lsan leak detection (Closed)
Patch Set: Created 3 years, 11 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 | « tools/memory/lsan/suppressions.txt ('k') | tools/testrunner/testrunner.isolate » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/run-tests.py
diff --git a/tools/run-tests.py b/tools/run-tests.py
index c1e0b156cff0fe9e768998ebae3b80e396adbe9f..c445a6359f7fab961cbd3bb20d777dc180ccc17e 100755
--- a/tools/run-tests.py
+++ b/tools/run-tests.py
@@ -403,14 +403,7 @@
)
if options.asan:
- os.environ['ASAN_OPTIONS'] = ":".join([
- 'detect_leaks=1',
- symbolizer,
- ])
- os.environ['LSAN_OPTIONS'] = ":".join([
- 'suppressions=%s' % os.path.join(
- BASE_DIR, 'tools', 'memory', 'lsan', 'suppressions.txt'),
- ])
+ os.environ['ASAN_OPTIONS'] = symbolizer
if options.sancov_dir:
assert os.path.exists(options.sancov_dir)
« no previous file with comments | « tools/memory/lsan/suppressions.txt ('k') | tools/testrunner/testrunner.isolate » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698