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

Side by Side Diff: tools/lsan.supp

Issue 543063002: Suppress mystery leak. (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: 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 | « no previous file | 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 # Fontconfig 5 # Fontconfig
6 leak:libfontconfig 6 leak:libfontconfig
7 7
8 # Nvidia driver 8 # Nvidia driver
9 leak:libGL.so 9 leak:libGL.so
10
11 # Not clear what this is. skia:2916
12 leak:__strdup
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698