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 5 # Ignore fontconfig leaks. 6 leak:FcFontSet 7 leak:FcPatternObject 8 9 # It'd be really nice to supress these leaks in the Nvidia driver, but I can't figure it out. 10 # Direct leak of 18072 byte(s) in 3 object(s) allocated from: 11 # #0 0x5ebb59 in calloc ~/llvm-3.4/projects/compiler-rt/lib/asan/asan_malloc_linux.cc:90 12 # #1 0x7f66af293b1e (/usr/lib/nvidia-current/libGL.so.1+0xbcb1e) 13 14 # Skia leaks 15 leak:SkRTConf 16 leak:SkFontMgr 17