Mercurial > vim
annotate src/testdir/lsan-suppress.txt @ 20776:7728e309e013 v8.2.0940
patch 8.2.0940: build failure with tiny features
Commit: https://github.com/vim/vim/commit/0ca8b5ba7ba72d739ee15d0d6534aa20f863f3c3
Author: Bram Moolenaar <Bram@vim.org>
Date: Tue Jun 9 21:35:36 2020 +0200
patch 8.2.0940: build failure with tiny features
Problem: Build failure with tiny features.
Solution: Add #ifdef. Add UNUSED. A bit more cleaning up.
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Tue, 09 Jun 2020 21:45:03 +0200 |
parents | 1136ec381dd2 |
children | c8c970d28ad6 |
rev | line source |
---|---|
19850
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
1 # Suppress leaks from X libraries on Ubuntu bionic. |
11999
94e37fd22556
patch 8.0.0880: Travis uses an old Ubuntu version
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
2 leak:libX11.so.6 |
94e37fd22556
patch 8.0.0880: Travis uses an old Ubuntu version
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
3 leak:libXt.so.6 |
19850
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
4 leak:libcairo.so.2 |
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
5 leak:libfontconfig.so.1 |
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
6 leak:libglib-2.0.so.0 |
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
7 leak:libtinfo.so.5 |
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
8 # Suppress leaks from other language libraries. |
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
9 leak:libperl.so.* |
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
10 leak:libpython*.so.* |
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
11 leak:libruby*.so.* |
19866
1136ec381dd2
patch 8.2.0489: Vim9: memory leaks
Bram Moolenaar <Bram@vim.org>
parents:
19850
diff
changeset
|
12 leak:libxcb*.so.* |