blob: b646ab569795984ec40036023e94091c6df6bbe0 [file] [log] [blame]
Oliver Changb77959c2015-12-18 16:00:30 -08001################################################################################
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################################################################################