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

Unified Diff: tools/testrunner/testrunner.isolate

Issue 2592663004: [test] Add back lsan leak detection (Closed)
Patch Set: Add suppressions 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
« tools/memory/lsan/suppressions.txt ('K') | « tools/run-tests.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/testrunner/testrunner.isolate
diff --git a/tools/testrunner/testrunner.isolate b/tools/testrunner/testrunner.isolate
index 533ef68c8feef8e4a931782685a2ad17a77461d0..bfc9318adfbeaf7e940718cfa748aef8508dad21 100644
--- a/tools/testrunner/testrunner.isolate
+++ b/tools/testrunner/testrunner.isolate
@@ -27,5 +27,12 @@
],
},
}],
+ ['lsan==1', {
+ 'variables': {
+ 'files': [
+ '../memory/lsan/suppressions.txt',
+ ],
+ },
+ }],
],
}
« tools/memory/lsan/suppressions.txt ('K') | « tools/run-tests.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698