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

Unified Diff: tools/lsan.supp

Issue 2295153003: Build LSAN suppressions into the test binaries. (Closed)
Patch Set: add back __strdup() Created 4 years, 3 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/LsanSuppressions.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/lsan.supp
diff --git a/tools/lsan.supp b/tools/lsan.supp
index 8d46f5bd0e29498c01b47dae663f4579705f5231..b993fa508fc3fd9723ca5a7307348e37acf1693a 100644
--- a/tools/lsan.supp
+++ b/tools/lsan.supp
@@ -1,12 +1 @@
# Supressions for LSAN.
-# tools/xsan_build address -C out/Debug
-# ASAN_OPTIONS=detect_leaks=1 LSAN_OPTIONS=suppressions=tools/lsan.supp out/Debug/$FOO
-
-# Fontconfig
-leak:libfontconfig
-
-# Nvidia driver
-leak:libGL.so
-
-# Not clear what this is. skia:2916
-leak:__strdup
« no previous file with comments | « tools/LsanSuppressions.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698