view src/testdir/lsan-suppress.txt @ 24116:a028cb6898a2 v8.2.2599

patch 8.2.2599: build failure Commit: https://github.com/vim/vim/commit/edba70703b6eaee3365ddfd82e4ba56ee08486f8 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Mar 13 21:14:18 2021 +0100 patch 8.2.2599: build failure Problem: Build failure. Solution: Add missing change.
author Bram Moolenaar <Bram@vim.org>
date Sat, 13 Mar 2021 21:15:04 +0100
parents 1136ec381dd2
children c8c970d28ad6
line wrap: on
line source

# Suppress leaks from X libraries on Ubuntu bionic.
leak:libX11.so.6
leak:libXt.so.6
leak:libcairo.so.2
leak:libfontconfig.so.1
leak:libglib-2.0.so.0
leak:libtinfo.so.5
# Suppress leaks from other language libraries.
leak:libperl.so.*
leak:libpython*.so.*
leak:libruby*.so.*
leak:libxcb*.so.*