view src/testdir/lsan-suppress.txt @ 33126:7072c7b2c62e v9.0.1845

patch 9.0.1845: xxd: Test_xxd_color start failing Commit: https://github.com/vim/vim/commit/e0bfb7d3016ccd6c2186b9cd74cee6538eea9b5e Author: Christian Brabandt <cb@256bit.org> Date: Sat Sep 2 19:12:31 2023 +0200 patch 9.0.1845: xxd: Test_xxd_color start failing Problem: xxd: Test_xxd_color start failing Solution: Revert changes to dump file Signed-off-by: Christian Brabandt <cb@256bit.org>
author Christian Brabandt <cb@256bit.org>
date Sat, 02 Sep 2023 19:15:03 +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.*