view src/testdir/lsan-suppress.txt @ 31501:560ba934725f v9.0.1083

patch 9.0.1083: empty and comment lines in a class cause an error Commit: https://github.com/vim/vim/commit/418b54788106efd94bbc71a4b100afae1080cbfc Author: Bram Moolenaar <Bram@vim.org> Date: Tue Dec 20 13:38:22 2022 +0000 patch 9.0.1083: empty and comment lines in a class cause an error Problem: Empty and comment lines in a class cause an error. Solution: Skip empty and comment lines. (closes https://github.com/vim/vim/issues/11734)
author Bram Moolenaar <Bram@vim.org>
date Tue, 20 Dec 2022 14:45:05 +0100
parents 4470cbddc013
children
line wrap: on
line source

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