Hello community, here is the log from the commit of package vim for openSUSE:Factory checked in at 2017-10-18 12:49:57 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Comparing /work/SRC/openSUSE:Factory/vim (Old) and /work/SRC/openSUSE:Factory/.vim.new (New) ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Package is "vim" Wed Oct 18 12:49:57 2017 rev:194 rq:533609 version:8.0.627 Changes: -------- --- /work/SRC/openSUSE:Factory/vim/vim.changes 2017-06-21 13:51:42.553770922 +0200 +++ /work/SRC/openSUSE:Factory/.vim.new/vim.changes 2017-10-18 12:49:57.692682073 +0200 @@ -1,0 +2,6 @@ +Thu Oct 12 07:56:31 UTC 2017 - [email protected] + +- Add disable-unreliable-tests.patch to disable unreliable tests + bsc#1054723 + +------------------------------------------------------------------- New: ---- disable-unreliable-tests.patch ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Other differences: ------------------ ++++++ vim.spec ++++++ --- /var/tmp/diff_new_pack.o9UnaI/_old 2017-10-18 12:49:58.868626996 +0200 +++ /var/tmp/diff_new_pack.o9UnaI/_new 2017-10-18 12:49:58.872626809 +0200 @@ -58,6 +58,7 @@ Patch21: %{name}-7.3-filetype_changes.patch Patch22: %{name}-7.4-filetype_mine.patch Patch23: vim-8.0-ttytype-test.patch +Patch24: disable-unreliable-tests.patch Patch100: vim73-no-static-libpython.patch BuildRequires: autoconf BuildRequires: db-devel @@ -155,11 +156,14 @@ %patch21 -p1 %patch22 -p1 %patch23 -p1 +%patch24 -p1 %patch100 -p1 cp %{SOURCE3} %{SOURCE4} %{SOURCE5} %{SOURCE8} %{SOURCE10} . -# XXX FIXME -rm ./src/testdir/test_cmdline.vim +# Unreliable tests +# See also disable-unreliable-tests.patch +rm src/testdir/test_cmdline.* +rm src/testdir/test_channel.* %build export CFLAGS="%{optflags} -Wall -pipe -fno-strict-aliasing" ++++++ disable-unreliable-tests.patch ++++++ Index: vim-8.0.0627/src/testdir/test_alot.vim =================================================================== --- vim-8.0.0627.orig/src/testdir/test_alot.vim +++ vim-8.0.0627/src/testdir/test_alot.vim @@ -32,12 +32,10 @@ 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_partial.vim -source test_popup.vim source test_put.vim source test_recover.vim source test_reltime.vim @@ -51,7 +49,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_window_cmd.vim
