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

Unified Diff: tools/lsan/suppressions.txt

Issue 227563004: Re-land 261836 "Restore --child-clean-exit behavior for ASan/LSan..." (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 8 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 | « content/child/child_thread.cc ('k') | 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 837cef5537591ccdc4cf665302e254e2d8c93cfc..846743883851c26a9d039c69eea6f64f1da482af 100644
--- a/tools/lsan/suppressions.txt
+++ b/tools/lsan/suppressions.txt
@@ -6,6 +6,9 @@ leak:base::ToolsSanityTest_MemoryLeak_Test::TestBody
# False positives in libfontconfig. http://crbug.com/39050
leak:libfontconfig
+# Leaks in Nvidia's libGL.
+leak:libGL.so
+
# False positive in Blink due to bit twiddling on pointers. http://crbug.com/242672
# TODO(earthdok): Annotate.
leak:WTF::BitVector::resizeOutOfLine
« no previous file with comments | « content/child/child_thread.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698