view src/testdir/lsan-suppress.txt @ 29006:99a7eb1881c7 v8.2.5025

patch 8.2.5025: Vim9: a few lines not covered by tests Commit: https://github.com/vim/vim/commit/5cb53b7afe6bde8f2bf6fc6b65b86071b67a8554 Author: Bram Moolenaar <Bram@vim.org> Date: Thu May 26 19:54:05 2022 +0100 patch 8.2.5025: Vim9: a few lines not covered by tests Problem: Vim9: a few lines not covered by tests. Solution: Add a few tests.
author Bram Moolenaar <Bram@vim.org>
date Thu, 26 May 2022 21:00:04 +0200
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.*