Oliver Chang | b77959c | 2015-12-18 16:00:30 -0800 | [diff] [blame] | 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 | ################################################################################ |