Ondřej Súkup
ec81c2bb25
- Use libalternatives instead of update-alternatives. - Test_suspend disabled temporary. Updated patches: disable-unreliable-tests-arch.patch, disable-unreliable-tests.patch OBS-URL: https://build.opensuse.org/request/show/928115 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=683
45 lines
1.0 KiB
Diff
45 lines
1.0 KiB
Diff
Index: vim-8.2.3318/src/testdir/Make_all.mak
|
|
===================================================================
|
|
--- vim-8.2.3318.orig/src/testdir/Make_all.mak
|
|
+++ vim-8.2.3318/src/testdir/Make_all.mak
|
|
@@ -30,23 +30,17 @@ SCRIPTS_TINY_OUT = \
|
|
|
|
# Tests for Vim9 script.
|
|
TEST_VIM9 = \
|
|
- test_vim9_assign \
|
|
test_vim9_builtin \
|
|
test_vim9_cmd \
|
|
test_vim9_disassemble \
|
|
- test_vim9_expr \
|
|
test_vim9_fails \
|
|
- test_vim9_func \
|
|
test_vim9_script
|
|
|
|
TEST_VIM9_RES = \
|
|
- test_vim9_assign.res \
|
|
test_vim9_builtin.res \
|
|
test_vim9_cmd.res \
|
|
test_vim9_disassemble.res \
|
|
- test_vim9_expr.res \
|
|
test_vim9_fails.res \
|
|
- test_vim9_func.res \
|
|
test_vim9_script.res
|
|
|
|
# Benchmark scripts.
|
|
@@ -222,7 +216,6 @@ NEW_TESTS = \
|
|
test_quickfix \
|
|
test_quotestar \
|
|
test_random \
|
|
- test_recover \
|
|
test_regex_char_classes \
|
|
test_regexp_latin \
|
|
test_regexp_utf8 \
|
|
@@ -458,7 +451,6 @@ NEW_TESTS_RES = \
|
|
test_quickfix.res \
|
|
test_quotestar.res \
|
|
test_random.res \
|
|
- test_recover.res \
|
|
test_regex_char_classes.res \
|
|
test_registers.res \
|
|
test_rename.res \
|