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

Unified Diff: tools/lsan/suppressions.txt

Issue 63153007: Suppress leak of BackgroundReaper in EnsureProcessTerminated. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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/lsan/suppressions.txt
diff --git a/tools/lsan/suppressions.txt b/tools/lsan/suppressions.txt
index 7ec01486276c577dcc31d61e9c22d543808bab6f..41a8665b24ff30e547c6b0974818e9dbcf6faeca 100644
--- a/tools/lsan/suppressions.txt
+++ b/tools/lsan/suppressions.txt
@@ -108,4 +108,7 @@ leak:SimpleAlertInfoBarDelegate::Create
# TODO(earthdok): Either annotate or narrow down the suppression.
leak:content::RenderViewTest::TearDown
+# http://crbug.com/318221
+leak:base::EnsureProcessTerminated
+
# PLEASE DO NOT ADD NEW SUPPRESSIONS HERE. See the comment above.
« 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