Mercurial > vim
annotate src/testdir/lsan-suppress.txt @ 31845:2ce8e7c4acf4 v9.0.1255
patch 9.0.1255: changing 'virtualedit' does not have immediate effect
Commit: https://github.com/vim/vim/commit/8fe5b9c8c1223861cec0484ccc031858ae08d107
Author: Bram Moolenaar <Bram@vim.org>
Date: Sat Jan 28 16:37:37 2023 +0000
patch 9.0.1255: changing 'virtualedit' does not have immediate effect
Problem: Changing 'virtualedit' does not have immediate effect.
Solution: Correct how is checked for a changed value. (closes https://github.com/vim/vim/issues/11878)
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 28 Jan 2023 17:45:03 +0100 |
parents | 4470cbddc013 |
children |
rev | line source |
---|---|
28479
da67829ad0d3
patch 8.2.4764: CI uses an older gcc version
Bram Moolenaar <Bram@vim.org>
parents:
28465
diff
changeset
|
1 # Suppress leaks from X libraries on Ubuntu focal. |
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 |
28509
4470cbddc013
patch 8.2.4779: lsan suppression is too version specific
Bram Moolenaar <Bram@vim.org>
parents:
28479
diff
changeset
|
7 # Matches leaks from libtinfo.so.5 and .6 |
4470cbddc013
patch 8.2.4779: lsan suppression is too version specific
Bram Moolenaar <Bram@vim.org>
parents:
28479
diff
changeset
|
8 leak:libtinfo.so |
19850
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
9 # 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
|
10 leak:libperl.so.* |
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
11 leak:libpython*.so.* |
b6e641dc1de0
patch 8.2.0481: Travis is still using trusty
Bram Moolenaar <Bram@vim.org>
parents:
11999
diff
changeset
|
12 leak:libruby*.so.* |
19866
1136ec381dd2
patch 8.2.0489: Vim9: memory leaks
Bram Moolenaar <Bram@vim.org>
parents:
19850
diff
changeset
|
13 leak:libxcb*.so.* |