test/old: run test_arglist

Run failing tests, added in vim-patch:8.1.0493.
This commit is contained in:
Jan Edmund Lazo
2019-05-05 11:15:16 -04:00
parent 5c2feb690e
commit 516eb9bf9d

View File

@@ -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) NEW_TESTS_IN_ALOT := $(shell sed '/^source/ s/^source //;s/\.vim$$//' test_alot*.vim)
# Ignored tests. # Ignored tests.
# test_alot_latin: Nvim does not allow setting encoding. # 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_autochdir: ported to Lua, but kept for easier merging.
# test_eval_func: used as include in old-style test (test_eval.in). # test_eval_func: used as include in old-style test (test_eval.in).
# test_listlbr: Nvim does not allow setting encoding. # test_listlbr: Nvim does not allow setting encoding.
# test_largefile: uses too much resources to run on CI. # test_largefile: uses too much resources to run on CI.
NEW_TESTS_IGNORE := $(NEW_TESTS_IN_ALOT) $(NEW_TESTS_ALOT) \ NEW_TESTS_IGNORE := $(NEW_TESTS_IN_ALOT) $(NEW_TESTS_ALOT) \
test_alot_latin \ test_alot_latin \
test_arglist \
test_autochdir \ test_autochdir \
test_eval_func \ test_eval_func \
test_listlbr \ test_listlbr \