blob: 46421d3cfe89542d62e0b84f8357b64572836183 [file] [log] [blame]
Philip Hd2edee52022-04-16 20:04:30 +01001# Suppress leaks from X libraries on Ubuntu focal.
Bram Moolenaar02113ed2017-08-06 17:06:24 +02002leak:libX11.so.6
3leak:libXt.so.6
Bram Moolenaar7d333a92020-03-30 19:13:29 +02004leak:libcairo.so.2
5leak:libfontconfig.so.1
6leak:libglib-2.0.so.0
Christian Brabandt53e8f3f2022-04-17 21:36:37 +01007# Matches leaks from libtinfo.so.5 and .6
8leak:libtinfo.so
Bram Moolenaar7d333a92020-03-30 19:13:29 +02009# Suppress leaks from other language libraries.
10leak:libperl.so.*
11leak:libpython*.so.*
12leak:libruby*.so.*
Bram Moolenaar25b70c72020-04-01 16:34:17 +020013leak:libxcb*.so.*
Drew Vogelea67ba72025-05-07 22:05:17 +020014# The renderer leaks 128 bytes of metadata when run under CI. Seems to only
15# happen with software rendering.
16leak:gdk_x11_screen_init_gl