vim/disable-unreliable-tests.patch

69 lines
1.9 KiB
Diff

Index: vim-8.2.3075/src/testdir/Make_all.mak
===================================================================
--- vim-8.2.3075.orig/src/testdir/Make_all.mak
+++ vim-8.2.3075/src/testdir/Make_all.mak
@@ -63,7 +63,6 @@ NEW_TESTS = \
test_autoload \
test_backspace_opt \
test_backup \
- test_balloon \
test_balloon_gui \
test_behave \
test_blob \
@@ -203,7 +202,6 @@ NEW_TESTS = \
test_netbeans \
test_normal \
test_number \
- test_options \
test_packadd \
test_partial \
test_paste \
@@ -223,7 +221,6 @@ NEW_TESTS = \
test_quickfix \
test_quotestar \
test_random \
- test_recover \
test_regex_char_classes \
test_regexp_latin \
test_regexp_utf8 \
@@ -323,7 +320,6 @@ NEW_TESTS_RES = \
test_autocmd.res \
test_autoload.res \
test_backspace_opt.res \
- test_balloon.res \
test_balloon_gui.res \
test_blob.res \
test_blockedit.res \
@@ -460,7 +456,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 \
Index: vim-8.2.3075/src/testdir/Makefile
===================================================================
--- vim-8.2.3075.orig/src/testdir/Makefile
+++ vim-8.2.3075/src/testdir/Makefile
@@ -26,9 +26,6 @@ default: nongui
# This defines SCRIPTS_TINY_OUT, NEW_TESTS and NEW_TESTS_RES.
include Make_all.mak
-# Explicit dependencies.
-test_options.res test_alot.res: opt_test.vim
-
.SUFFIXES: .in .out .res .vim
nongui: nolog tinytests newtests report
@@ -149,9 +146,6 @@ test_gui_init.res: test_gui_init.vim
$(RUN_VIMTEST) -u gui_preinit.vim -U gui_init.vim $(NO_PLUGINS) -S runtest.vim $<
@rm vimcmd
-opt_test.vim: ../optiondefs.h gen_opt_test.vim
- $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../optiondefs.h
-
test_xxd.res:
XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim