diff options
author | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-05-05 11:15:16 -0400 |
---|---|---|
committer | Jan Edmund Lazo <jan.lazo@mail.utoronto.ca> | 2019-06-19 01:36:01 -0400 |
commit | 516eb9bf9d19644d23c8f86f4b2b8c9457459ba3 (patch) | |
tree | 3f5b6387ed862bc2ac16ebfb10ed1dc903479ea4 | |
parent | 5c2feb690e5b694a268566d1e168cf53ee4fda8d (diff) | |
download | rneovim-516eb9bf9d19644d23c8f86f4b2b8c9457459ba3.tar.gz rneovim-516eb9bf9d19644d23c8f86f4b2b8c9457459ba3.tar.bz2 rneovim-516eb9bf9d19644d23c8f86f4b2b8c9457459ba3.zip |
test/old: run test_arglist
Run failing tests, added in vim-patch:8.1.0493.
-rw-r--r-- | src/nvim/testdir/Makefile | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/nvim/testdir/Makefile b/src/nvim/testdir/Makefile index 7b1f0f59cc..fe9e0bc9c8 100644 --- a/src/nvim/testdir/Makefile +++ b/src/nvim/testdir/Makefile @@ -32,14 +32,12 @@ NEW_TESTS_ALOT := test_alot_utf8 test_alot NEW_TESTS_IN_ALOT := $(shell sed '/^source/ s/^source //;s/\.vim$$//' test_alot*.vim) # Ignored tests. # test_alot_latin: Nvim does not allow setting encoding. -# test_arglist: ported to Lua, but kept for easier merging. # test_autochdir: ported to Lua, but kept for easier merging. # test_eval_func: used as include in old-style test (test_eval.in). # test_listlbr: Nvim does not allow setting encoding. # test_largefile: uses too much resources to run on CI. NEW_TESTS_IGNORE := $(NEW_TESTS_IN_ALOT) $(NEW_TESTS_ALOT) \ test_alot_latin \ - test_arglist \ test_autochdir \ test_eval_func \ test_listlbr \ |