Mercurial > vim
annotate src/testdir/Make_all.mak @ 20944:75df4be5ecd8
Added tag v8.2.1023 for changeset 1693ca87604958e63e3696860f15b0caa6b863ff
author | Bram Moolenaar <Bram@vim.org> |
---|---|
date | Sat, 20 Jun 2020 18:30:05 +0200 |
parents | 045442aa392b |
children | 55b3849ded11 |
rev | line source |
---|---|
7354
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
1 # |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
2 # Common Makefile, defines the list of tests to run. |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
3 # |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
4 |
10944
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
10942
diff
changeset
|
5 # Options for protecting the tests against undesirable interaction with the |
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
10942
diff
changeset
|
6 # environment |
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
10942
diff
changeset
|
7 NO_PLUGINS = --noplugin --not-a-term |
4e2cdce4576c
patch 8.0.0361: GUI initialisation is not sufficiently tested
Christian Brabandt <cb@256bit.org>
parents:
10942
diff
changeset
|
8 NO_INITS = -U NONE $(NO_PLUGINS) |
8255
355652348057
commit https://github.com/vim/vim/commit/d2227a02b03708eb0579e17612d5a96262f3d463
Christian Brabandt <cb@256bit.org>
parents:
8198
diff
changeset
|
9 |
7356
f0eb9aa9eb32
commit https://github.com/vim/vim/commit/a60824308cd9bc192c5d38fc16cccfcf652b40f6
Christian Brabandt <cb@256bit.org>
parents:
7354
diff
changeset
|
10 # The first script creates small.vim. |
f0eb9aa9eb32
commit https://github.com/vim/vim/commit/a60824308cd9bc192c5d38fc16cccfcf652b40f6
Christian Brabandt <cb@256bit.org>
parents:
7354
diff
changeset
|
11 SCRIPTS_FIRST = \ |
f0eb9aa9eb32
commit https://github.com/vim/vim/commit/a60824308cd9bc192c5d38fc16cccfcf652b40f6
Christian Brabandt <cb@256bit.org>
parents:
7354
diff
changeset
|
12 test1.out |
f0eb9aa9eb32
commit https://github.com/vim/vim/commit/a60824308cd9bc192c5d38fc16cccfcf652b40f6
Christian Brabandt <cb@256bit.org>
parents:
7354
diff
changeset
|
13 |
7354
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
14 # Tests that run on all systems. |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
15 SCRIPTS_ALL = \ |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
16 test42.out \ |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
17 test44.out \ |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
18 test70.out \ |
20211
3a94b984c9f9
patch 8.2.0661: eval test is still old style
Bram Moolenaar <Bram@vim.org>
parents:
20170
diff
changeset
|
19 test99.out |
7354
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
20 |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
21 # Tests that run on most systems, but not on Amiga. |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
22 SCRIPTS_MORE1 = \ |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
23 test52.out \ |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
24 test86.out \ |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
25 test87.out |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
26 |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
27 |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
28 # Tests that run on most systems, but not on Amiga and DOS/Windows. |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
29 SCRIPTS_MORE2 = \ |
11651
140d51d5b5c3
patch 8.0.0708: some tests are old style
Christian Brabandt <cb@256bit.org>
parents:
11603
diff
changeset
|
30 test49.out |
7354
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
31 |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
32 |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
33 # Tests that run on most systems, but not on VMS |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
34 SCRIPTS_MORE4 = \ |
18894
aad0d64cc133
patch 8.2.0008: test72 is old style
Bram Moolenaar <Bram@vim.org>
parents:
18870
diff
changeset
|
35 test59.out |
7354
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
36 |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
37 # Tests specifically for MS-Windows. |
13146
d9a94be389b5
patch 8.0.1447: still too many old style tests
Christian Brabandt <cb@256bit.org>
parents:
13096
diff
changeset
|
38 SCRIPTS_WIN32 = |
7354
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
39 |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
40 |
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
41 # Tests for the GUI. |
9756
00d753ea19a9
commit https://github.com/vim/vim/commit/877e95779869c5426102aa491f67d99904c8534c
Christian Brabandt <cb@256bit.org>
parents:
9694
diff
changeset
|
42 SCRIPTS_GUI = |
7354
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
43 |
19942
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
44 # Tests for Vim9 script. |
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
45 TEST_VIM9 = \ |
20170
0612c64a2b87
patch 8.2.0640: Vim9: expanding does not work
Bram Moolenaar <Bram@vim.org>
parents:
20035
diff
changeset
|
46 test_vim9_cmd \ |
19942
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
47 test_vim9_disassemble \ |
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
48 test_vim9_expr \ |
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
49 test_vim9_func \ |
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
50 test_vim9_script |
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
51 |
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
52 TEST_VIM9_RES = \ |
20170
0612c64a2b87
patch 8.2.0640: Vim9: expanding does not work
Bram Moolenaar <Bram@vim.org>
parents:
20035
diff
changeset
|
53 test_vim9_cmd.res \ |
19942
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
54 test_vim9_disassemble.res \ |
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
55 test_vim9_expr.res \ |
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
56 test_vim9_func.res \ |
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
57 test_vim9_script.res |
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
58 |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
59 # Individual tests, including the ones part of test_alot. |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
60 # Please keep sorted up to test_alot. |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
61 NEW_TESTS = \ |
16003
879829e44091
patch 8.1.1007: using closure may consume a lot of memory
Bram Moolenaar <Bram@vim.org>
parents:
15961
diff
changeset
|
62 test_arabic \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
63 test_arglist \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
64 test_assert \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
65 test_autochdir \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
66 test_autocmd \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
67 test_autoload \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
68 test_backspace_opt \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
69 test_backup \ |
16594
6f52e82d9d4e
patch 8.1.1300: in a terminal 'ballooneval' does not work right away
Bram Moolenaar <Bram@vim.org>
parents:
16564
diff
changeset
|
70 test_balloon \ |
17089
8e9e9124c7a2
patch 8.1.1544: some balloon tests don't run when they can
Bram Moolenaar <Bram@vim.org>
parents:
17079
diff
changeset
|
71 test_balloon_gui \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
72 test_behave \ |
15454
1d2b5c016f17
patch 8.1.0735: cannot handle binary data
Bram Moolenaar <Bram@vim.org>
parents:
15442
diff
changeset
|
73 test_blob \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
74 test_blockedit \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
75 test_breakindent \ |
19370
02111977dd05
patch 8.2.0243: insufficient code coverage for ex_docmd.c functions
Bram Moolenaar <Bram@vim.org>
parents:
19330
diff
changeset
|
76 test_buffer \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
77 test_bufline \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
78 test_bufwintabinfo \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
79 test_cd \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
80 test_cdo \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
81 test_changedtick \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
82 test_changelist \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
83 test_channel \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
84 test_charsearch \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
85 test_charsearch_utf8 \ |
16564
6d9461653dc5
patch 8.1.1285: test17 is old style
Bram Moolenaar <Bram@vim.org>
parents:
16533
diff
changeset
|
86 test_checkpath \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
87 test_cindent \ |
20695
cea8ae407452
patch 8.2.0901: formatting CJK text isn't optimal
Bram Moolenaar <Bram@vim.org>
parents:
20689
diff
changeset
|
88 test_cjk_linebreak \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
89 test_clientserver \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
90 test_close_count \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
91 test_cmdline \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
92 test_command_count \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
93 test_comparators \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
94 test_compiler \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
95 test_conceal \ |
17079
00ffed9bbb65
patch 8.1.1539: not easy to define a variable and lock it
Bram Moolenaar <Bram@vim.org>
parents:
17004
diff
changeset
|
96 test_const \ |
20832
045442aa392b
patch 8.2.0968: no proper testing of the 'cpoptions' flags
Bram Moolenaar <Bram@vim.org>
parents:
20766
diff
changeset
|
97 test_cpoptions \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
98 test_crypt \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
99 test_cscope \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
100 test_cursor_func \ |
18047
6650e3dff8d4
patch 8.1.2019: 'cursorline' always highlights the whole line
Bram Moolenaar <Bram@vim.org>
parents:
17865
diff
changeset
|
101 test_cursorline \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
102 test_curswant \ |
16350
ffa791471a4c
patch 8.1.1180: Vim script debugger tests are old style
Bram Moolenaar <Bram@vim.org>
parents:
16263
diff
changeset
|
103 test_debugger \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
104 test_delete \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
105 test_diffmode \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
106 test_digraph \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
107 test_display \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
108 test_edit \ |
19181
94eda51ba9ba
patch 8.2.0149: maintaining a Vim9 branch separately is more work
Bram Moolenaar <Bram@vim.org>
parents:
18959
diff
changeset
|
109 test_environ \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
110 test_erasebackword \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
111 test_escaped_glob \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
112 test_eval_stuff \ |
15619
a4882149b661
patch 8.1.0817: ":=" command is not tested
Bram Moolenaar <Bram@vim.org>
parents:
15615
diff
changeset
|
113 test_ex_equal \ |
19928
2792f7d5db34
patch 8.2.0520: tests are not listed in sorted order
Bram Moolenaar <Bram@vim.org>
parents:
19912
diff
changeset
|
114 test_ex_mode \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
115 test_ex_undo \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
116 test_ex_z \ |
17496
c8152af9fa33
patch 8.1.1746: ":dl" is seen as ":dlist" instead of ":delete"
Bram Moolenaar <Bram@vim.org>
parents:
17089
diff
changeset
|
117 test_excmd \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
118 test_exec_while_if \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
119 test_execute_func \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
120 test_exists \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
121 test_exists_autocmd \ |
16003
879829e44091
patch 8.1.1007: using closure may consume a lot of memory
Bram Moolenaar <Bram@vim.org>
parents:
15961
diff
changeset
|
122 test_exit \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
123 test_expand \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
124 test_expand_dllpath \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
125 test_expand_func \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
126 test_expr \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
127 test_expr_utf8 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
128 test_feedkeys \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
129 test_file_perm \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
130 test_file_size \ |
15615
536fca2cee19
patch 8.1.0815: dialog for file changed outside of Vim not tested
Bram Moolenaar <Bram@vim.org>
parents:
15504
diff
changeset
|
131 test_filechanged \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
132 test_fileformat \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
133 test_filetype \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
134 test_filter_cmd \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
135 test_filter_map \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
136 test_find_complete \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
137 test_findfile \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
138 test_fixeol \ |
20766
821925509d8c
patch 8.2.0935: flattening a list with existing code is slow
Bram Moolenaar <Bram@vim.org>
parents:
20695
diff
changeset
|
139 test_flatten \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
140 test_float_func \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
141 test_fnameescape \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
142 test_fnamemodify \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
143 test_fold \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
144 test_functions \ |
20689
b005de48b374
patch 8.2.0898: missing help for a function goes unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
20211
diff
changeset
|
145 test_function_lists \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
146 test_ga \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
147 test_getcwd \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
148 test_getvar \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
149 test_gf \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
150 test_glob2regpat \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
151 test_global \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
152 test_gn \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
153 test_goto \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
154 test_gui \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
155 test_gui_init \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
156 test_hardcopy \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
157 test_help \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
158 test_help_tagjump \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
159 test_hide \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
160 test_highlight \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
161 test_history \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
162 test_hlsearch \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
163 test_iminsert \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
164 test_increment \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
165 test_increment_dbcs \ |
19603
6d3c683466f4
patch 8.2.0358: insufficient testing for indent.c
Bram Moolenaar <Bram@vim.org>
parents:
19591
diff
changeset
|
166 test_indent \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
167 test_ins_complete \ |
18699
1febd1aa9930
patch 8.1.2341: not so easy to interrupt a script programatically
Bram Moolenaar <Bram@vim.org>
parents:
18540
diff
changeset
|
168 test_interrupt \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
169 test_job_fails \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
170 test_join \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
171 test_json \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
172 test_jumplist \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
173 test_jumps \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
174 test_lambda \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
175 test_langmap \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
176 test_largefile \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
177 test_let \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
178 test_lineending \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
179 test_lispwords \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
180 test_listchars \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
181 test_listdict \ |
16638
4790302965fc
patch 8.1.1321: no docs or tests for listener functions
Bram Moolenaar <Bram@vim.org>
parents:
16604
diff
changeset
|
182 test_listener \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
183 test_listlbr \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
184 test_listlbr_utf8 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
185 test_lua \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
186 test_makeencoding \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
187 test_man \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
188 test_maparg \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
189 test_mapping \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
190 test_marks \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
191 test_match \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
192 test_matchadd_conceal \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
193 test_matchadd_conceal_utf8 \ |
16003
879829e44091
patch 8.1.1007: using closure may consume a lot of memory
Bram Moolenaar <Bram@vim.org>
parents:
15961
diff
changeset
|
194 test_memory_usage \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
195 test_menu \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
196 test_messages \ |
19713
8514e8b7e661
patch 8.2.0413: buffer menu does not handle special buffers properly
Bram Moolenaar <Bram@vim.org>
parents:
19603
diff
changeset
|
197 test_method \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
198 test_mksession \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
199 test_mksession_utf8 \ |
19738
0208534b8a84
patch 8.2.0425: code for modeless selection not sufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19713
diff
changeset
|
200 test_modeless \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
201 test_modeline \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
202 test_move \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
203 test_nested_function \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
204 test_netbeans \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
205 test_normal \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
206 test_number \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
207 test_options \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
208 test_packadd \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
209 test_partial \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
210 test_paste \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
211 test_perl \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
212 test_plus_arg_edit \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
213 test_popup \ |
16778
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16710
diff
changeset
|
214 test_popupwin \ |
17865
eaf8b21d80e7
patch 8.1.1929: no tests for text property popup window
Bram Moolenaar <Bram@vim.org>
parents:
17688
diff
changeset
|
215 test_popupwin_textprop \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
216 test_preview \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
217 test_profile \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
218 test_prompt_buffer \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
219 test_put \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
220 test_python2 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
221 test_python3 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
222 test_pyx2 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
223 test_pyx3 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
224 test_quickfix \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
225 test_quotestar \ |
18701
128662297ddf
patch 8.1.2342: random number generator in Vim script is slow
Bram Moolenaar <Bram@vim.org>
parents:
18699
diff
changeset
|
226 test_random \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
227 test_recover \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
228 test_regex_char_classes \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
229 test_regexp_latin \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
230 test_regexp_utf8 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
231 test_registers \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
232 test_reltime \ |
15961
4024dbfd3099
patch 8.1.0986: rename() is not propertly tested
Bram Moolenaar <Bram@vim.org>
parents:
15850
diff
changeset
|
233 test_rename \ |
15748
93b78c4a7cd5
patch 8.1.0881: can execute shell commands in rvim through interfaces
Bram Moolenaar <Bram@vim.org>
parents:
15619
diff
changeset
|
234 test_restricted \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
235 test_retab \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
236 test_ruby \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
237 test_scriptnames \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
238 test_scroll_opt \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
239 test_scrollbind \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
240 test_search \ |
16533
5e25171e0e75
patch 8.1.1270: cannot see current match position
Bram Moolenaar <Bram@vim.org>
parents:
16447
diff
changeset
|
241 test_search_stat \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
242 test_searchpos \ |
19738
0208534b8a84
patch 8.2.0425: code for modeless selection not sufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19713
diff
changeset
|
243 test_selectmode \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
244 test_set \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
245 test_sha256 \ |
17688
c945f1d03b1c
patch 8.1.1841: no test for Ex shift commands
Bram Moolenaar <Bram@vim.org>
parents:
17682
diff
changeset
|
246 test_shift \ |
16087
e992f31274b7
patch 8.1.1048: minor issues with tests
Bram Moolenaar <Bram@vim.org>
parents:
16084
diff
changeset
|
247 test_shortpathname \ |
16084
ed1482db2d72
patch 8.1.1047: WINCH signal is not tested
Bram Moolenaar <Bram@vim.org>
parents:
16003
diff
changeset
|
248 test_signals \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
249 test_signs \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
250 test_smartindent \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
251 test_sort \ |
17004
353ed7ef78df
patch 8.1.1502: cannot play any sound
Bram Moolenaar <Bram@vim.org>
parents:
16865
diff
changeset
|
252 test_sound \ |
15442
3e2e1608efa4
patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost
Bram Moolenaar <Bram@vim.org>
parents:
15432
diff
changeset
|
253 test_source \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
254 test_source_utf8 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
255 test_spell \ |
17682
3dbff5d37520
patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare
Bram Moolenaar <Bram@vim.org>
parents:
17612
diff
changeset
|
256 test_spellfile \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
257 test_startup \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
258 test_startup_utf8 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
259 test_stat \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
260 test_statusline \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
261 test_substitute \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
262 test_suspend \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
263 test_swap \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
264 test_syn_attr \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
265 test_syntax \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
266 test_system \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
267 test_tab \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
268 test_tabline \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
269 test_tabpage \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
270 test_tagcase \ |
16447
54ffc82f38a8
patch 8.1.1228: not possible to process tags with a function
Bram Moolenaar <Bram@vim.org>
parents:
16419
diff
changeset
|
271 test_tagfunc \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
272 test_tagjump \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
273 test_taglist \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
274 test_tcl \ |
16778
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16710
diff
changeset
|
275 test_termcodes \ |
15504
247511eadb7a
patch 8.1.0760: no proper test for using 'termencoding'
Bram Moolenaar <Bram@vim.org>
parents:
15454
diff
changeset
|
276 test_termencoding \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
277 test_terminal \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
278 test_terminal_fail \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
279 test_textformat \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
280 test_textobjects \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
281 test_textprop \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
282 test_timers \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
283 test_true_false \ |
18504
ece46bd3c9af
patch 8.1.2246: some tests are still in old style
Bram Moolenaar <Bram@vim.org>
parents:
18333
diff
changeset
|
284 test_trycatch \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
285 test_undo \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
286 test_unlet \ |
16087
e992f31274b7
patch 8.1.1048: minor issues with tests
Bram Moolenaar <Bram@vim.org>
parents:
16084
diff
changeset
|
287 test_user_func \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
288 test_usercommands \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
289 test_utf8 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
290 test_utf8_comparisons \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
291 test_vartabs \ |
20035
4c9acbd6b3c7
patch 8.2.0573: using :version twice leaks memory
Bram Moolenaar <Bram@vim.org>
parents:
19942
diff
changeset
|
292 test_version \ |
19942
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
293 $(TEST_VIM9) \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
294 test_viminfo \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
295 test_vimscript \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
296 test_virtualedit \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
297 test_visual \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
298 test_winbar \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
299 test_winbuf_close \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
300 test_window_cmd \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
301 test_window_id \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
302 test_windows_home \ |
15838
de068e9acd8e
patch 8.1.0926: no test for :wnext, :wNext and :wprevious
Bram Moolenaar <Bram@vim.org>
parents:
15748
diff
changeset
|
303 test_wnext \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
304 test_wordcount \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
305 test_writefile \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
306 test_xxd \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
307 test_alot_latin \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
308 test_alot_utf8 \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
309 test_alot |
7354
81dc9e30aad6
commit https://github.com/vim/vim/commit/7b6156f4cd4027b664a916ba546e9b05d4c49e11
Christian Brabandt <cb@256bit.org>
parents:
diff
changeset
|
310 |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
311 |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
312 # Test targets that use runtest.vim. |
8907
5deb9e8f4292
commit https://github.com/vim/vim/commit/4d585022023b96f6507e8cae5ed8fc8d926f5140
Christian Brabandt <cb@256bit.org>
parents:
8825
diff
changeset
|
313 # Keep test_alot*.res as the last one, sort the others. |
12899
9e04de2aa738
patch 8.0.1326: largefile test fails on CI, glob test on MS-Windows
Christian Brabandt <cb@256bit.org>
parents:
12897
diff
changeset
|
314 # test_largefile.res is omitted, it uses too much resources to run on CI. |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
315 NEW_TESTS_RES = \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
316 test_arabic.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
317 test_arglist.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
318 test_assert.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
319 test_autochdir.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
320 test_autocmd.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
321 test_autoload.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
322 test_backspace_opt.res \ |
16594
6f52e82d9d4e
patch 8.1.1300: in a terminal 'ballooneval' does not work right away
Bram Moolenaar <Bram@vim.org>
parents:
16564
diff
changeset
|
323 test_balloon.res \ |
17089
8e9e9124c7a2
patch 8.1.1544: some balloon tests don't run when they can
Bram Moolenaar <Bram@vim.org>
parents:
17079
diff
changeset
|
324 test_balloon_gui.res \ |
15454
1d2b5c016f17
patch 8.1.0735: cannot handle binary data
Bram Moolenaar <Bram@vim.org>
parents:
15442
diff
changeset
|
325 test_blob.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
326 test_blockedit.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
327 test_breakindent.res \ |
19370
02111977dd05
patch 8.2.0243: insufficient code coverage for ex_docmd.c functions
Bram Moolenaar <Bram@vim.org>
parents:
19330
diff
changeset
|
328 test_buffer.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
329 test_bufline.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
330 test_bufwintabinfo.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
331 test_cd.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
332 test_cdo.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
333 test_changedtick.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
334 test_changelist.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
335 test_channel.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
336 test_charsearch.res \ |
16564
6d9461653dc5
patch 8.1.1285: test17 is old style
Bram Moolenaar <Bram@vim.org>
parents:
16533
diff
changeset
|
337 test_checkpath.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
338 test_cindent.res \ |
20695
cea8ae407452
patch 8.2.0901: formatting CJK text isn't optimal
Bram Moolenaar <Bram@vim.org>
parents:
20689
diff
changeset
|
339 test_cjk_linebreak.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
340 test_clientserver.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
341 test_close_count.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
342 test_cmdline.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
343 test_command_count.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
344 test_comparators.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
345 test_conceal.res \ |
17079
00ffed9bbb65
patch 8.1.1539: not easy to define a variable and lock it
Bram Moolenaar <Bram@vim.org>
parents:
17004
diff
changeset
|
346 test_const.res \ |
20832
045442aa392b
patch 8.2.0968: no proper testing of the 'cpoptions' flags
Bram Moolenaar <Bram@vim.org>
parents:
20766
diff
changeset
|
347 test_cpoptions.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
348 test_crypt.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
349 test_cscope.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
350 test_cursor_func.res \ |
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
351 test_cursorline.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
352 test_curswant.res \ |
16350
ffa791471a4c
patch 8.1.1180: Vim script debugger tests are old style
Bram Moolenaar <Bram@vim.org>
parents:
16263
diff
changeset
|
353 test_debugger.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
354 test_delete.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
355 test_diffmode.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
356 test_digraph.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
357 test_display.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
358 test_edit.res \ |
16604
1e0a5f09fdf1
patch 8.1.1305: there is no easy way to manipulate environment variables
Bram Moolenaar <Bram@vim.org>
parents:
16594
diff
changeset
|
359 test_environ.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
360 test_erasebackword.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
361 test_escaped_glob.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
362 test_eval_stuff.res \ |
17496
c8152af9fa33
patch 8.1.1746: ":dl" is seen as ":dlist" instead of ":delete"
Bram Moolenaar <Bram@vim.org>
parents:
17089
diff
changeset
|
363 test_excmd.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
364 test_exec_while_if.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
365 test_execute_func.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
366 test_exists.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
367 test_exists_autocmd.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
368 test_exit.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
369 test_expr.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
370 test_file_size.res \ |
15615
536fca2cee19
patch 8.1.0815: dialog for file changed outside of Vim not tested
Bram Moolenaar <Bram@vim.org>
parents:
15504
diff
changeset
|
371 test_filechanged.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
372 test_fileformat.res \ |
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
373 test_filetype.res \ |
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
374 test_filter_cmd.res \ |
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
375 test_filter_map.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
376 test_find_complete.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
377 test_findfile.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
378 test_fixeol.res \ |
20766
821925509d8c
patch 8.2.0935: flattening a list with existing code is slow
Bram Moolenaar <Bram@vim.org>
parents:
20695
diff
changeset
|
379 test_flatten.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
380 test_float_func.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
381 test_fnameescape.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
382 test_fold.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
383 test_functions.res \ |
20689
b005de48b374
patch 8.2.0898: missing help for a function goes unnoticed
Bram Moolenaar <Bram@vim.org>
parents:
20211
diff
changeset
|
384 test_function_lists.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
385 test_getcwd.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
386 test_getvar.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
387 test_gf.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
388 test_gn.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
389 test_goto.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
390 test_gui.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
391 test_gui_init.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
392 test_hardcopy.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
393 test_help.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
394 test_help_tagjump.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
395 test_hide.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
396 test_highlight.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
397 test_history.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
398 test_hlsearch.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
399 test_iminsert.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
400 test_increment.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
401 test_increment_dbcs.res \ |
19603
6d3c683466f4
patch 8.2.0358: insufficient testing for indent.c
Bram Moolenaar <Bram@vim.org>
parents:
19591
diff
changeset
|
402 test_indent.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
403 test_ins_complete.res \ |
18699
1febd1aa9930
patch 8.1.2341: not so easy to interrupt a script programatically
Bram Moolenaar <Bram@vim.org>
parents:
18540
diff
changeset
|
404 test_interrupt.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
405 test_job_fails.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
406 test_join.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
407 test_json.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
408 test_jumplist.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
409 test_lambda.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
410 test_langmap.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
411 test_let.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
412 test_lineending.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
413 test_listchars.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
414 test_listdict.res \ |
16638
4790302965fc
patch 8.1.1321: no docs or tests for listener functions
Bram Moolenaar <Bram@vim.org>
parents:
16604
diff
changeset
|
415 test_listener.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
416 test_listlbr.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
417 test_lua.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
418 test_makeencoding.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
419 test_man.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
420 test_maparg.res \ |
18333
813c150c3787
patch 8.1.2161: mapping test fails
Bram Moolenaar <Bram@vim.org>
parents:
18047
diff
changeset
|
421 test_mapping.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
422 test_marks.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
423 test_match.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
424 test_matchadd_conceal.res \ |
19591
ac3f5096f438
patch 8.2.0352: FreeBSD: test for sourcing utf-8 is skipped
Bram Moolenaar <Bram@vim.org>
parents:
19370
diff
changeset
|
425 test_matchadd_conceal_utf8.res \ |
16003
879829e44091
patch 8.1.1007: using closure may consume a lot of memory
Bram Moolenaar <Bram@vim.org>
parents:
15961
diff
changeset
|
426 test_memory_usage.res \ |
19713
8514e8b7e661
patch 8.2.0413: buffer menu does not handle special buffers properly
Bram Moolenaar <Bram@vim.org>
parents:
19603
diff
changeset
|
427 test_menu.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
428 test_messages.res \ |
17612
e259d11e2900
patch 8.1.1803: all builtin functions are global
Bram Moolenaar <Bram@vim.org>
parents:
17496
diff
changeset
|
429 test_method.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
430 test_mksession.res \ |
19738
0208534b8a84
patch 8.2.0425: code for modeless selection not sufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19713
diff
changeset
|
431 test_modeless.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
432 test_modeline.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
433 test_nested_function.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
434 test_netbeans.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
435 test_normal.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
436 test_number.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
437 test_options.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
438 test_packadd.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
439 test_partial.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
440 test_paste.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
441 test_perl.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
442 test_plus_arg_edit.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
443 test_popup.res \ |
16778
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16710
diff
changeset
|
444 test_popupwin.res \ |
17865
eaf8b21d80e7
patch 8.1.1929: no tests for text property popup window
Bram Moolenaar <Bram@vim.org>
parents:
17688
diff
changeset
|
445 test_popupwin_textprop.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
446 test_preview.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
447 test_profile.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
448 test_prompt_buffer.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
449 test_python2.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
450 test_python3.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
451 test_pyx2.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
452 test_pyx3.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
453 test_quickfix.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
454 test_quotestar.res \ |
18701
128662297ddf
patch 8.1.2342: random number generator in Vim script is slow
Bram Moolenaar <Bram@vim.org>
parents:
18699
diff
changeset
|
455 test_random.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
456 test_regex_char_classes.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
457 test_registers.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
458 test_rename.res \ |
15748
93b78c4a7cd5
patch 8.1.0881: can execute shell commands in rvim through interfaces
Bram Moolenaar <Bram@vim.org>
parents:
15619
diff
changeset
|
459 test_restricted.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
460 test_retab.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
461 test_ruby.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
462 test_scriptnames.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
463 test_scrollbind.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
464 test_search.res \ |
16533
5e25171e0e75
patch 8.1.1270: cannot see current match position
Bram Moolenaar <Bram@vim.org>
parents:
16447
diff
changeset
|
465 test_search_stat.res \ |
19738
0208534b8a84
patch 8.2.0425: code for modeless selection not sufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19713
diff
changeset
|
466 test_selectmode.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
467 test_shortpathname.res \ |
16084
ed1482db2d72
patch 8.1.1047: WINCH signal is not tested
Bram Moolenaar <Bram@vim.org>
parents:
16003
diff
changeset
|
468 test_signals.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
469 test_signs.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
470 test_smartindent.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
471 test_sort.res \ |
17004
353ed7ef78df
patch 8.1.1502: cannot play any sound
Bram Moolenaar <Bram@vim.org>
parents:
16865
diff
changeset
|
472 test_sound.res \ |
15442
3e2e1608efa4
patch 8.1.0729: there is a SourcePre autocommand event but not a SourcePost
Bram Moolenaar <Bram@vim.org>
parents:
15432
diff
changeset
|
473 test_source.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
474 test_spell.res \ |
17682
3dbff5d37520
patch 8.1.1838: there is :spellwrong and :spellgood but not :spellrare
Bram Moolenaar <Bram@vim.org>
parents:
17612
diff
changeset
|
475 test_spellfile.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
476 test_startup.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
477 test_stat.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
478 test_statusline.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
479 test_substitute.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
480 test_suspend.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
481 test_swap.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
482 test_syn_attr.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
483 test_syntax.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
484 test_system.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
485 test_tab.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
486 test_tabpage.res \ |
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
487 test_tagjump.res \ |
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
488 test_taglist.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
489 test_tcl.res \ |
16778
eda4d65f232c
patch 8.1.1391: no popup window support
Bram Moolenaar <Bram@vim.org>
parents:
16710
diff
changeset
|
490 test_termcodes.res \ |
15504
247511eadb7a
patch 8.1.0760: no proper test for using 'termencoding'
Bram Moolenaar <Bram@vim.org>
parents:
15454
diff
changeset
|
491 test_termencoding.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
492 test_terminal.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
493 test_terminal_fail.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
494 test_textformat.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
495 test_textobjects.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
496 test_textprop.res \ |
18959
81a7d27a9e8e
patch 8.2.0040: timers test is still flaky on Travis for Mac
Bram Moolenaar <Bram@vim.org>
parents:
18924
diff
changeset
|
497 test_timers.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
498 test_true_false.res \ |
18504
ece46bd3c9af
patch 8.1.2246: some tests are still in old style
Bram Moolenaar <Bram@vim.org>
parents:
18333
diff
changeset
|
499 test_trycatch.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
500 test_undo.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
501 test_user_func.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
502 test_usercommands.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
503 test_vartabs.res \ |
19942
b471038ec3ea
patch 8.2.0527: Vim9: function types insufficiently tested
Bram Moolenaar <Bram@vim.org>
parents:
19928
diff
changeset
|
504 $(TEST_VIM9_RES) \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
505 test_viminfo.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
506 test_vimscript.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
507 test_virtualedit.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
508 test_visual.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
509 test_winbar.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
510 test_winbuf_close.res \ |
19211
d744a2940647
patch 8.2.0164: test_alot takes too long
Bram Moolenaar <Bram@vim.org>
parents:
19181
diff
changeset
|
511 test_window_cmd.res \ |
15430
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
512 test_window_id.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
513 test_windows_home.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
514 test_wordcount.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
515 test_writefile.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
516 test_xxd.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
517 test_alot_latin.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
518 test_alot_utf8.res \ |
d94901eeb762
patch 8.1.0723: cannot easily run specific test when in src/testdir
Bram Moolenaar <Bram@vim.org>
parents:
15426
diff
changeset
|
519 test_alot.res |