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

Side by Side 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, 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 unified diff | Download patch
« no previous file with comments | « Makefile ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Supressions for LSAN. 1 # Supressions for LSAN.
2 # tools/xsan_build address -C out/Debug 2 # tools/xsan_build address -C out/Debug
3 # ASAN_OPTIONS=detect_leaks=1 LSAN_OPTIONS=suppressions=tools/lsan.supp out/De bug/$FOO 3 # ASAN_OPTIONS=detect_leaks=1 LSAN_OPTIONS=suppressions=tools/lsan.supp out/De bug/$FOO
4 4
5 # Ignore fontconfig leaks. 5 # Fontconfig
6 leak:FcFontSet 6 leak:libfontconfig
7 leak:FcPatternObject
8 7
9 # It'd be really nice to supress these leaks in the Nvidia driver, but I can't f igure it out. 8 # Nvidia driver
10 # Direct leak of 18072 byte(s) in 3 object(s) allocated from: 9 leak:libGL.so
11 # #0 0x5ebb59 in calloc ~/llvm-3.4/projects/compiler-rt/lib/asan/asan_malloc_l inux.cc:90
12 # #1 0x7f66af293b1e (/usr/lib/nvidia-current/libGL.so.1+0xbcb1e)
13
14 # Skia leaks
15 leak:SkRTConf
16 leak:SkFontMgr
OLDNEW
« no previous file with comments | « Makefile ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698