commit | 37bb3b111d08ce420e3cfd6ea3da3ed7428fbed1 | [log] [tgz] |
---|---|---|
author | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 17:40:47 2022 +0100 |
committer | Bram Moolenaar <Bram@vim.org> | Tue Jun 21 17:40:47 2022 +0100 |
tree | 1bc58ef6ee24f3e63a9e943f8a0a5c6369a55e9f | |
parent | fa04eae5a5b9394079bde2d37ce6f9f8a5567d48 [diff] [blame] |
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.
diff --git a/src/version.c b/src/version.c index 36eadfd..66129bd 100644 --- a/src/version.c +++ b/src/version.c
@@ -735,6 +735,8 @@ static int included_patches[] = { /* Add new patch number below this line */ /**/ + 5143, +/**/ 5142, /**/ 5141,