]> git.ipfire.org Git - thirdparty/vim.git/commit
patch 8.2.5143: some tests fail when using valgrind v8.2.5143
authorBram Moolenaar <Bram@vim.org>
Tue, 21 Jun 2022 16:40:47 +0000 (17:40 +0100)
committerBram Moolenaar <Bram@vim.org>
Tue, 21 Jun 2022 16:40:47 +0000 (17:40 +0100)
commit37bb3b111d08ce420e3cfd6ea3da3ed7428fbed1
tree1bc58ef6ee24f3e63a9e943f8a0a5c6369a55e9f
parentfa04eae5a5b9394079bde2d37ce6f9f8a5567d48
patch 8.2.5143: some tests fail when using valgrind

Problem:    Some tests fail when using valgrind. Spurious leak reports.
Solution:   Use WaitForAssert().  Avoid failing fork/exec.  Skip tests where a
            job is killed when running valgrind.
src/testdir/test_channel.vim
src/testdir/test_cscope.vim
src/testdir/test_iminsert.vim
src/testdir/test_popup.vim
src/version.c