aboutsummaryrefslogtreecommitdiffhomepage
path: root/tools
diff options
context:
space:
mode:
authorGravatar mtklein <mtklein@chromium.org>2014-08-29 07:55:34 -0700
committerGravatar Commit bot <commit-bot@chromium.org>2014-08-29 07:55:35 -0700
commit970e106b883a7b52155b94d01437dfb8ee1eb1e3 (patch)
treef8900845b96b1950c76fd7dde697c95ce8db8a50 /tools
parent64ba5fa1ff428858f803523257cd862f8b33423b (diff)
Update LSAN suppressions.
Seems the obvious thing works now. Ran nanobench, ----------------------------------------------------- Suppressions used: count bytes template 586 3530064 libGL.so ----------------------------------------------------- and dm, ----------------------------------------------------- Suppressions used: count bytes template 340 2048160 libGL.so ----------------------------------------------------- BUG=skia: R=robertphillips@google.com, mtklein@google.com Author: mtklein@chromium.org Review URL: https://codereview.chromium.org/517133002
Diffstat (limited to 'tools')
-rw-r--r--tools/lsan.supp15
1 files changed, 4 insertions, 11 deletions
diff --git a/tools/lsan.supp b/tools/lsan.supp
index 6a274c0202..c8363a5767 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