view src/testdir/lsan-suppress.txt @ 22083:c67a9d3b3683 v8.2.1591

patch 8.2.1591: using winheight('.') in tests works but is wrong Commit: https://github.com/vim/vim/commit/c05d1c043a25c7a52dbf0a740d3f715a9d2691f7 Author: Bram Moolenaar <Bram@vim.org> Date: Fri Sep 4 18:38:06 2020 +0200 patch 8.2.1591: using winheight('.') in tests works but is wrong Problem: Using winheight('.') in tests works but is wrong. Solution: Use winheight(0). (issue https://github.com/vim/vim/issues/6863)
author Bram Moolenaar <Bram@vim.org>
date Fri, 04 Sep 2020 18:45:05 +0200
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.*