mirror of
https://github.com/neovim/neovim.git
synced 2025-02-25 18:55:25 -06:00
test/old: test_eval_func was removed
This commit is contained in:
parent
4bd919dc51
commit
1c49695d12
@ -36,12 +36,10 @@ NEW_TESTS_IN_ALOT := $(shell sed -n '/^source/ s/^source //; s/\.vim$$//p' $(add
|
|||||||
NEW_TESTS_IN_ALOT_LATIN := $(shell sed -n '/^source/ s/^source //; s/\.vim$$//p' test_alot_latin.vim)
|
NEW_TESTS_IN_ALOT_LATIN := $(shell sed -n '/^source/ s/^source //; s/\.vim$$//p' test_alot_latin.vim)
|
||||||
# Ignored tests.
|
# Ignored tests.
|
||||||
# test_alot_latin: Nvim does not allow setting encoding.
|
# test_alot_latin: Nvim does not allow setting encoding.
|
||||||
# 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_IGNORE := \
|
||||||
test_alot_latin $(NEW_TESTS_IN_ALOT_LATIN) \
|
test_alot_latin $(NEW_TESTS_IN_ALOT_LATIN) \
|
||||||
test_eval_func \
|
|
||||||
test_listlbr \
|
test_listlbr \
|
||||||
test_largefile \
|
test_largefile \
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user