comparison src/testdir/test_alot.vim @ 19211:d744a2940647 v8.2.0164

patch 8.2.0164: test_alot takes too long Commit: https://github.com/vim/vim/commit/842931cd7af37ea95e826b7a93a5d5587d18c9bb Author: Bram Moolenaar <Bram@vim.org> Date: Tue Jan 28 21:53:28 2020 +0100 patch 8.2.0164: test_alot takes too long Problem: Test_alot takes too long. Solution: Run several tests individually.
author Bram Moolenaar <Bram@vim.org>
date Tue, 28 Jan 2020 22:00:08 +0100
parents 81a7d27a9e8e
children 8514e8b7e661
comparison
equal deleted inserted replaced
19210:0e66a46b365c 19211:d744a2940647
1 " A series of tests that can run in one Vim invocation. 1 " A series of tests that can run in one Vim invocation.
2 " This makes testing go faster, since Vim doesn't need to restart. 2 " This makes testing go faster, since Vim doesn't need to restart.
3 3
4 source test_backup.vim 4 source test_backup.vim
5 source test_behave.vim 5 source test_behave.vim
6 source test_bufline.vim
7 source test_cd.vim
8 source test_changedtick.vim
9 source test_compiler.vim 6 source test_compiler.vim
10 source test_cursor_func.vim
11 source test_cursorline.vim
12 source test_delete.vim
13 source test_ex_equal.vim 7 source test_ex_equal.vim
14 source test_ex_undo.vim 8 source test_ex_undo.vim
15 source test_ex_z.vim 9 source test_ex_z.vim
16 source test_ex_mode.vim 10 source test_ex_mode.vim
17 source test_execute_func.vim
18 source test_expand.vim 11 source test_expand.vim
19 source test_expand_dllpath.vim 12 source test_expand_dllpath.vim
20 source test_expand_func.vim 13 source test_expand_func.vim
21 source test_expr.vim
22 source test_feedkeys.vim 14 source test_feedkeys.vim
23 source test_file_perm.vim 15 source test_file_perm.vim
24 source test_fileformat.vim
25 source test_filetype.vim
26 source test_filter_cmd.vim
27 source test_filter_map.vim
28 source test_findfile.vim
29 source test_float_func.vim
30 source test_fnamemodify.vim 16 source test_fnamemodify.vim
31 source test_functions.vim
32 source test_ga.vim 17 source test_ga.vim
33 source test_glob2regpat.vim 18 source test_glob2regpat.vim
34 source test_global.vim 19 source test_global.vim
35 source test_goto.vim
36 source test_help_tagjump.vim
37 source test_join.vim
38 source test_jumps.vim 20 source test_jumps.vim
39 source test_lambda.vim
40 source test_lispwords.vim 21 source test_lispwords.vim
41 source test_match.vim
42 source test_menu.vim 22 source test_menu.vim
43 source test_messages.vim
44 source test_modeline.vim
45 source test_move.vim 23 source test_move.vim
46 source test_partial.vim
47 source test_popup.vim
48 source test_put.vim 24 source test_put.vim
49 source test_recover.vim 25 source test_recover.vim
50 source test_reltime.vim 26 source test_reltime.vim
51 source test_rename.vim
52 source test_scroll_opt.vim 27 source test_scroll_opt.vim
53 source test_searchpos.vim 28 source test_searchpos.vim
54 source test_set.vim 29 source test_set.vim
55 source test_shift.vim 30 source test_shift.vim
56 source test_sort.vim
57 source test_sha256.vim 31 source test_sha256.vim
58 source test_statusline.vim
59 source test_suspend.vim
60 source test_syn_attr.vim
61 source test_tabline.vim 32 source test_tabline.vim
62 source test_tabpage.vim
63 source test_tagcase.vim 33 source test_tagcase.vim
64 source test_tagfunc.vim 34 source test_tagfunc.vim
65 source test_tagjump.vim
66 source test_taglist.vim
67 source test_true_false.vim
68 source test_unlet.vim 35 source test_unlet.vim
69 source test_virtualedit.vim
70 source test_window_cmd.vim
71 source test_wnext.vim 36 source test_wnext.vim