diff options
author | Matthias Clasen <mclasen@redhat.com> | 2020-07-09 00:33:35 -0400 |
---|---|---|
committer | Matthias Clasen <mclasen@redhat.com> | 2020-07-09 00:33:35 -0400 |
commit | bc8bc68b80df6de04bda255a1a5d6deef44e098f (patch) | |
tree | cbc453dd4b77862641ce7f8cca767071e1f275d8 /lsan.supp | |
parent | 8c4df51a14dcf92cc45d5ffc1f0d462eeb325866 (diff) | |
download | gtk+-bc8bc68b80df6de04bda255a1a5d6deef44e098f.tar.gz |
Add a suppression file for asan
This can be used similar to valgrind suppressions:
LSAN_OPTIONS=suppressions=`pwd`/lsan.supp meson tests -Cbuild
Diffstat (limited to 'lsan.supp')
-rw-r--r-- | lsan.supp | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lsan.supp b/lsan.supp new file mode 100644 index 0000000000..9e0251d750 --- /dev/null +++ b/lsan.supp @@ -0,0 +1,8 @@ +leak:_cairo_pattern_create_solid +leak:_cairo_image_surface_create_for_pixman_image +leak:g_quark_init +leak:xdg_mime_init +leak:libfontconfig.so +leak:libEGL_mesa.so +leak:iris_dri.so +leak:libpixman-1.so |