Ondřej Súkup
2d12cc9f93
- Updated to version 8.1.0687 , fixes the following problems + refreshed disable-unreliable-tests.patch * Asan complains about reading before allocated block. * SGR not enabled for mintty because $TERM is "xterm". * Error for NUL byte in ScreenLines goes unnoticed. * Error message for NUL byte in ScreenLines breaks Travis CI. * Execute() always resets display column to zero. (Sha Liu) * 'commentstring' not used when adding fold marker. (Maxim Kim) * Non-silent execute() resets display column to zero. * Stopping a job does not work properly on OpenBSD. * Cannot redefine user command without ! in same script * 'commentstring' not used when adding fold marker in C. * Termdebug: clearing multi-breakpoint does not work. * Indent script tests pick up installed scripts. * Tabpage right-click menu never shows "Close tab". * Cannot disable arabic, rightleft and farsi in configure. * Cannot attach properties to text. * Invalid memory access when using text properties. * Double free without the text properties feature. * Text properties are not enabled. * Using illogical name for get_dict_number()/get_dict_string(). * With search CTRL-L does not pick up composing characters. * Undo test may fail on MS-Windows. * :digraph output is not easy to read. * GvimExt: realloc() failing is not handled properly. * Cannot define a sign with space in the text. * Compilation error in gvimext.cpp. * When a job ends the closed channels are not handled. * Channel sort test is flaky. * The libvterm tests are not run as part of Vim tests. OBS-URL: https://build.opensuse.org/request/show/662793 OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=532
76 lines
2.3 KiB
Diff
76 lines
2.3 KiB
Diff
Index: vim-8.1.0685/src/testdir/test_alot.vim
|
|
===================================================================
|
|
--- vim-8.1.0685.orig/src/testdir/test_alot.vim
|
|
+++ vim-8.1.0685/src/testdir/test_alot.vim
|
|
@@ -36,14 +36,12 @@ source test_join.vim
|
|
source test_jumps.vim
|
|
source test_lambda.vim
|
|
source test_lispwords.vim
|
|
-source test_mapping.vim
|
|
source test_match.vim
|
|
source test_menu.vim
|
|
source test_messages.vim
|
|
source test_modeline.vim
|
|
source test_move.vim
|
|
source test_partial.vim
|
|
-source test_popup.vim
|
|
source test_put.vim
|
|
source test_recover.vim
|
|
source test_reltime.vim
|
|
@@ -60,7 +58,6 @@ source test_tabpage.vim
|
|
source test_tagcase.vim
|
|
source test_tagjump.vim
|
|
source test_taglist.vim
|
|
-source test_timers.vim
|
|
source test_true_false.vim
|
|
source test_unlet.vim
|
|
source test_virtualedit.vim
|
|
Index: vim-8.1.0685/src/testdir/Makefile
|
|
===================================================================
|
|
--- vim-8.1.0685.orig/src/testdir/Makefile
|
|
+++ vim-8.1.0685/src/testdir/Makefile
|
|
@@ -1,4 +1,4 @@
|
|
-#
|
|
+#o
|
|
# Makefile to run all tests for Vim
|
|
#
|
|
|
|
@@ -149,8 +149,5 @@ 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: ../option.c gen_opt_test.vim
|
|
- $(VIMPROG) -u NONE -S gen_opt_test.vim --noplugin --not-a-term ../option.c
|
|
-
|
|
test_xxd.res:
|
|
XXD=$(XXDPROG); export XXD; $(RUN_VIMTEST) $(NO_INITS) -S runtest.vim test_xxd.vim
|
|
Index: vim-8.1.0685/src/testdir/Make_all.mak
|
|
===================================================================
|
|
--- vim-8.1.0685.orig/src/testdir/Make_all.mak
|
|
+++ vim-8.1.0685/src/testdir/Make_all.mak
|
|
@@ -140,7 +140,6 @@ NEW_TESTS = test_arabic.res \
|
|
test_netbeans.res \
|
|
test_normal.res \
|
|
test_number.res \
|
|
- test_options.res \
|
|
test_packadd.res \
|
|
test_paste.res \
|
|
test_perl.res \
|
|
@@ -173,11 +172,8 @@ NEW_TESTS = test_arabic.res \
|
|
test_system.res \
|
|
test_tab.res \
|
|
test_tcl.res \
|
|
- test_terminal.res \
|
|
- test_terminal_fail.res \
|
|
test_textformat.res \
|
|
test_textobjects.res \
|
|
- test_textprop.res \
|
|
test_undo.res \
|
|
test_user_func.res \
|
|
test_usercommands.res \
|
|
@@ -200,4 +196,3 @@ NEW_TESTS = test_arabic.res \
|
|
# Explicit dependencies.
|
|
test49.out: test49.vim
|
|
|
|
-test_options.res test_alot.res: opt_test.vim
|