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

Unified Diff: tools/lsan.supp

Issue 517133002: Update LSAN suppressions. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: space Created 6 years, 4 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 | « Makefile ('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 6a274c020275cc991cfbcdb05d32408f6c893ee9..c8363a576774c2a797841fc2e1615f711e56abee 100644
--- a/tools/lsan.supp
+++ b/tools/lsan.supp
@@ -2,15 +2,8 @@
# tools/xsan_build address -C out/Debug
# ASAN_OPTIONS=detect_leaks=1 LSAN_OPTIONS=suppressions=tools/lsan.supp out/Debug/$FOO
-# Ignore fontconfig leaks.
-leak:FcFontSet
-leak:FcPatternObject
+# Fontconfig
+leak:libfontconfig
-# It'd be really nice to supress these leaks in the Nvidia driver, but I can't figure it out.
-# Direct leak of 18072 byte(s) in 3 object(s) allocated from:
-# #0 0x5ebb59 in calloc ~/llvm-3.4/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:90
-# #1 0x7f66af293b1e (/usr/lib/nvidia-current/libGL.so.1+0xbcb1e)
-
-# Skia leaks
-leak:SkRTConf
-leak:SkFontMgr
+# Nvidia driver
+leak:libGL.so
« no previous file with comments | « Makefile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698