- refresh disable-unreliable-tests.patch

OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=549
This commit is contained in:
Ondřej Súkup 2019-05-06 08:02:02 +00:00 committed by Git OBS Bridge
parent b76c454525
commit 1b68027d8d
2 changed files with 14 additions and 13 deletions

View File

@ -1,7 +1,7 @@
Index: vim-8.1.1137/src/testdir/test_alot.vim Index: vim-8.1.1282/src/testdir/test_alot.vim
=================================================================== ===================================================================
--- vim-8.1.1137.orig/src/testdir/test_alot.vim --- vim-8.1.1282.orig/src/testdir/test_alot.vim
+++ vim-8.1.1137/src/testdir/test_alot.vim +++ vim-8.1.1282/src/testdir/test_alot.vim
@@ -37,14 +37,12 @@ source test_join.vim @@ -37,14 +37,12 @@ source test_join.vim
source test_jumps.vim source test_jumps.vim
source test_lambda.vim source test_lambda.vim
@ -17,19 +17,19 @@ Index: vim-8.1.1137/src/testdir/test_alot.vim
source test_put.vim source test_put.vim
source test_recover.vim source test_recover.vim
source test_reltime.vim source test_reltime.vim
@@ -62,7 +60,6 @@ source test_tabpage.vim @@ -63,7 +61,6 @@ source test_tagcase.vim
source test_tagcase.vim source test_tagfunc.vim
source test_tagjump.vim source test_tagjump.vim
source test_taglist.vim source test_taglist.vim
-source test_timers.vim -source test_timers.vim
source test_true_false.vim source test_true_false.vim
source test_unlet.vim source test_unlet.vim
source test_virtualedit.vim source test_virtualedit.vim
Index: vim-8.1.1137/src/testdir/Make_all.mak Index: vim-8.1.1282/src/testdir/Make_all.mak
=================================================================== ===================================================================
--- vim-8.1.1137.orig/src/testdir/Make_all.mak --- vim-8.1.1282.orig/src/testdir/Make_all.mak
+++ vim-8.1.1137/src/testdir/Make_all.mak +++ vim-8.1.1282/src/testdir/Make_all.mak
@@ -190,7 +190,6 @@ NEW_TESTS = \ @@ -188,7 +188,6 @@ NEW_TESTS = \
test_netbeans \ test_netbeans \
test_normal \ test_normal \
test_number \ test_number \
@ -37,7 +37,7 @@ Index: vim-8.1.1137/src/testdir/Make_all.mak
test_packadd \ test_packadd \
test_partial \ test_partial \
test_paste \ test_paste \
@@ -404,11 +403,8 @@ NEW_TESTS_RES = \ @@ -406,11 +405,8 @@ NEW_TESTS_RES = \
test_tcl.res \ test_tcl.res \
test_termencoding.res \ test_termencoding.res \
test_termcodes.res \ test_termcodes.res \
@ -49,10 +49,10 @@ Index: vim-8.1.1137/src/testdir/Make_all.mak
test_undo.res \ test_undo.res \
test_user_func.res \ test_user_func.res \
test_usercommands.res \ test_usercommands.res \
Index: vim-8.1.1137/src/testdir/Makefile Index: vim-8.1.1282/src/testdir/Makefile
=================================================================== ===================================================================
--- vim-8.1.1137.orig/src/testdir/Makefile --- vim-8.1.1282.orig/src/testdir/Makefile
+++ vim-8.1.1137/src/testdir/Makefile +++ vim-8.1.1282/src/testdir/Makefile
@@ -36,8 +36,6 @@ SCRIPTS = $(SCRIPTS_ALL) \ @@ -36,8 +36,6 @@ SCRIPTS = $(SCRIPTS_ALL) \
# Explicit dependencies. # Explicit dependencies.
test49.out: test49.vim test49.out: test49.vim

View File

@ -2,6 +2,7 @@
Mon May 6 07:48:00 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com> Mon May 6 07:48:00 UTC 2019 - Ondřej Súkup <mimi.vx@gmail.com>
- Updated to version 8.1.1282, fixes the following problems - Updated to version 8.1.1282, fixes the following problems
- refresh disable-unreliable-tests.patch
* Bracketed paste may remain active after Vim exists, because the terminal * Bracketed paste may remain active after Vim exists, because the terminal
emulater restores the setting. emulater restores the setting.
* No test for :abclear. * No test for :abclear.