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

Side by Side Diff: tools/lsan/lsan_suppressions.txt

Issue 1540433004: Add a LSan suppressions file. (Closed) Base URL: https://pdfium.googlesource.com/pdfium.git@master
Patch Set: Created 5 years 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 | « build/standalone.gypi ('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
(Empty)
1 ################################################################################
2 # LeakSanitizer Suppressions file.
3 # If a CL introduces a new leak that isn't the fault of the CL itself (e.g. a
4 # new testcase), please add a suppression to this file so that it can be
5 # addressed in a future CL.
6 #
7 # For this file to take effect,
8 # LSAN_OPTIONS='suppressions=/path/to/lsan_suppressions.txt' must be in the
9 # environment.
10 # See https://www.chromium.org/developers/testing/leaksanitizer for syntax.
11
12 ################################################################################
13 # CJS_Object/CJS_EmbedObj wrapped by v8::Object currently leak. See bug 260.
14 # Obvious leaks:
15 leak:*FXJS_NewFxDynamicObj*
16
17 # CJS_Field CFX_WideString::StringData leaks
18 leak:*CJS_Document*getField_static*
19 leak:*CJS_EventHandler*OnField*
OLDNEW
« no previous file with comments | « build/standalone.gypi ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698