comparison src/testdir/Make_all.mak @ 22582:a3df1fb28d44 v8.2.1839

patch 8.2.1839: Vim9: memory leaks reported in assign test Commit: https://github.com/vim/vim/commit/fc8aa6d02d85b0df703e0a790137891c91503c9e Author: Bram Moolenaar <Bram@vim.org> Date: Mon Oct 12 20:31:26 2020 +0200 patch 8.2.1839: Vim9: memory leaks reported in assign test Problem: Vim9: memory leaks reported in assign test. Solution: Move the failing job_start() call to separate test files, it causes false leak reports.
author Bram Moolenaar <Bram@vim.org>
date Mon, 12 Oct 2020 20:45:05 +0200
parents 0491b9cafd44
children eabe2c1444ea
comparison
equal deleted inserted replaced
22581:ede5047486b7 22582:a3df1fb28d44
32 TEST_VIM9 = \ 32 TEST_VIM9 = \
33 test_vim9_assign \ 33 test_vim9_assign \
34 test_vim9_cmd \ 34 test_vim9_cmd \
35 test_vim9_disassemble \ 35 test_vim9_disassemble \
36 test_vim9_expr \ 36 test_vim9_expr \
37 test_vim9_fails \
37 test_vim9_func \ 38 test_vim9_func \
38 test_vim9_script 39 test_vim9_script
39 40
40 TEST_VIM9_RES = \ 41 TEST_VIM9_RES = \
41 test_vim9_assign.res \ 42 test_vim9_assign.res \
42 test_vim9_cmd.res \ 43 test_vim9_cmd.res \
43 test_vim9_disassemble.res \ 44 test_vim9_disassemble.res \
44 test_vim9_expr.res \ 45 test_vim9_expr.res \
46 test_vim9_fails.res \
45 test_vim9_func.res \ 47 test_vim9_func.res \
46 test_vim9_script.res 48 test_vim9_script.res
47 49
48 # Benchmark scripts. 50 # Benchmark scripts.
49 SCRIPTS_BENCH = test_bench_regexp.res 51 SCRIPTS_BENCH = test_bench_regexp.res