vim/disable-unreliable-tests.patch
Martin Pluskal 574cc3457d Accepting request 800596 from home:polslinux:branches:editors
- Update to version 8.2.0701 (no changelog)
- Rebase no-common.patch
- Rebase disable-unreliable-tests.patch

OBS-URL: https://build.opensuse.org/request/show/800596
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=600
2020-05-06 08:44:02 +00:00

50 lines
1.3 KiB
Diff

diff -ru a/src/testdir/Make_all.mak b/src/testdir/Make_all.mak
--- a/src/testdir/Make_all.mak 2020-05-04 23:24:44.000000000 +0200
+++ b/src/testdir/Make_all.mak 2020-05-06 09:31:18.902269152 +0200
@@ -67,7 +67,6 @@
test_autoload \
test_backspace_opt \
test_backup \
- test_balloon \
test_balloon_gui \
test_behave \
test_blob \
@@ -200,7 +199,6 @@
test_netbeans \
test_normal \
test_number \
- test_options \
test_packadd \
test_partial \
test_paste \
@@ -316,7 +314,6 @@
test_autocmd.res \
test_autoload.res \
test_backspace_opt.res \
- test_balloon.res \
test_balloon_gui.res \
test_blob.res \
test_blockedit.res \
diff -ru a/src/testdir/Makefile b/src/testdir/Makefile
--- a/src/testdir/Makefile 2020-05-04 23:24:44.000000000 +0200
+++ b/src/testdir/Makefile 2020-05-06 09:30:47.350206433 +0200
@@ -36,8 +36,6 @@
# Explicit dependencies.
test49.out: test49.vim
-test_options.res test_alot.res: opt_test.vim
-
SCRIPTS_BENCH = test_bench_regexp.res
.SUFFIXES: .in .out .res .vim
@@ -180,9 +178,6 @@
$(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