view src/testdir/lsan-suppress.txt @ 26871:c8d32e12c934 v8.2.3964

patch 8.2.3964: some common lisp and scheme files not recognized Commit: https://github.com/vim/vim/commit/654b729c4c9951f2a46c161d1e9fefdc223fc94e Author: Alex Vear <alex@vear.uk> Date: Sat Jan 1 11:38:42 2022 +0000 patch 8.2.3964: some common lisp and scheme files not recognized Problem: Some common lisp and scheme files not recognized. Solution: Recognize *.asd as lisp and *.sld as scheme. (Alex Vear, closes #9447)
author Bram Moolenaar <Bram@vim.org>
date Sat, 01 Jan 2022 12:45:03 +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.*