From ff60c361c621c50e9b0eaf53f18634ee08c3645c4c7170f1b3e3bf661fac3f82 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ismail=20D=C3=B6nmez?= Date: Wed, 29 Nov 2017 14:56:28 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=460 --- disable-unreliable-tests.patch | 20 +++++++++++++++++++- vim.spec | 1 + 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/disable-unreliable-tests.patch b/disable-unreliable-tests.patch index 3eb24bd..6368d1a 100644 --- a/disable-unreliable-tests.patch +++ b/disable-unreliable-tests.patch @@ -46,6 +46,15 @@ Index: vim-8.0.1358/src/Makefile test_packadd \ test_partial \ test_paste \ +@@ -2275,8 +2274,6 @@ test_arglist \ + test_tagjump \ + test_taglist \ + test_tcl \ +- test_terminal \ +- test_terminal_fail \ + test_textformat \ + test_textobjects \ + test_timers \ Index: vim-8.0.1358/src/testdir/Make_all.mak =================================================================== --- vim-8.0.1358.orig/src/testdir/Make_all.mak @@ -58,7 +67,16 @@ Index: vim-8.0.1358/src/testdir/Make_all.mak test_packadd.res \ test_paste.res \ test_perl.res \ -@@ -191,4 +190,3 @@ NEW_TESTS = test_arabic.res \ +@@ -168,8 +167,6 @@ 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_undo.res \ +@@ -191,4 +188,3 @@ NEW_TESTS = test_arabic.res \ # Explicit dependencies. test49.out: test49.vim diff --git a/vim.spec b/vim.spec index 5d00b59..8547fd4 100644 --- a/vim.spec +++ b/vim.spec @@ -166,6 +166,7 @@ rm src/testdir/test_cmdline.* rm src/testdir/test_channel.* rm src/testdir/gen_opt_test.vim rm src/testdir/test_options.* +rm src/testdir/test_terminal* rm src/testdir/test_writefile.* %build