commit-bot@chromium.org | 9e63883 | 2014-01-23 18:42:31 +0000 | [diff] [blame] | 1 | # Supressions for LSAN. |
| 2 | # tools/xsan_build address -C out/Debug |
| 3 | # ASAN_OPTIONS=detect_leaks=1 LSAN_OPTIONS=suppressions=tools/lsan.supp out/Debug/$FOO |
| 4 | |
mtklein | 970e106 | 2014-08-29 07:55:34 -0700 | [diff] [blame] | 5 | # Fontconfig |
| 6 | leak:libfontconfig |
commit-bot@chromium.org | 9e63883 | 2014-01-23 18:42:31 +0000 | [diff] [blame] | 7 | |
mtklein | 970e106 | 2014-08-29 07:55:34 -0700 | [diff] [blame] | 8 | # Nvidia driver |
| 9 | leak:libGL.so |
mtklein | 4f90c50 | 2014-09-05 10:36:39 -0700 | [diff] [blame] | 10 | |
| 11 | # Not clear what this is. skia:2916 |
| 12 | leak:__strdup |