comparison src/testdir/Make_all.mak @ 16003:879829e44091 v8.1.1007

patch 8.1.1007: using closure may consume a lot of memory commit https://github.com/vim/vim/commit/209b8e3e3bf7a4a3d102134124120f6c7f57d560 Author: Bram Moolenaar <Bram@vim.org> Date: Thu Mar 14 13:43:24 2019 +0100 patch 8.1.1007: using closure may consume a lot of memory Problem: Using closure may consume a lot of memory. Solution: unreference items that are no longer needed. Add a test. (Ozaki Kiichi, closes #3961)
author Bram Moolenaar <Bram@vim.org>
date Thu, 14 Mar 2019 13:45:06 +0100
parents 4024dbfd3099
children ed1482db2d72
comparison
equal deleted inserted replaced
16002:7834d7d14b48 16003:879829e44091
61 SCRIPTS_GUI = 61 SCRIPTS_GUI =
62 62
63 # Individual tests, including the ones part of test_alot. 63 # Individual tests, including the ones part of test_alot.
64 # Please keep sorted up to test_alot. 64 # Please keep sorted up to test_alot.
65 NEW_TESTS = \ 65 NEW_TESTS = \
66 test_arabic \
66 test_arglist \ 67 test_arglist \
67 test_arabic \
68 test_assert \ 68 test_assert \
69 test_assign \ 69 test_assign \
70 test_autochdir \ 70 test_autochdir \
71 test_autocmd \ 71 test_autocmd \
72 test_autoload \ 72 test_autoload \
106 test_escaped_glob \ 106 test_escaped_glob \
107 test_eval_stuff \ 107 test_eval_stuff \
108 test_ex_equal \ 108 test_ex_equal \
109 test_ex_undo \ 109 test_ex_undo \
110 test_ex_z \ 110 test_ex_z \
111 test_exit \
112 test_exec_while_if \ 111 test_exec_while_if \
113 test_execute_func \ 112 test_execute_func \
114 test_exists \ 113 test_exists \
115 test_exists_autocmd \ 114 test_exists_autocmd \
115 test_exit \
116 test_expand \ 116 test_expand \
117 test_expand_dllpath \ 117 test_expand_dllpath \
118 test_expand_func \ 118 test_expand_func \
119 test_expr \ 119 test_expr \
120 test_expr_utf8 \ 120 test_expr_utf8 \
177 test_mapping \ 177 test_mapping \
178 test_marks \ 178 test_marks \
179 test_match \ 179 test_match \
180 test_matchadd_conceal \ 180 test_matchadd_conceal \
181 test_matchadd_conceal_utf8 \ 181 test_matchadd_conceal_utf8 \
182 test_memory_usage \
182 test_menu \ 183 test_menu \
183 test_messages \ 184 test_messages \
184 test_mksession \ 185 test_mksession \
185 test_mksession_utf8 \ 186 test_mksession_utf8 \
186 test_modeline \ 187 test_modeline \
353 test_makeencoding.res \ 354 test_makeencoding.res \
354 test_man.res \ 355 test_man.res \
355 test_maparg.res \ 356 test_maparg.res \
356 test_marks.res \ 357 test_marks.res \
357 test_matchadd_conceal.res \ 358 test_matchadd_conceal.res \
359 test_memory_usage.res \
358 test_mksession.res \ 360 test_mksession.res \
359 test_nested_function.res \ 361 test_nested_function.res \
360 test_netbeans.res \ 362 test_netbeans.res \
361 test_normal.res \ 363 test_normal.res \
362 test_number.res \ 364 test_number.res \