From c202713ab7ad180e61ad9d2f4b2b74528906e0d37f6ca0f4c0dae067af966029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ond=C5=99ej=20S=C3=BAkup?= Date: Wed, 30 Jun 2021 09:16:12 +0000 Subject: [PATCH] - disabled test_recover because is broken on 32bit archs --> disable-unreliable-tests.patch OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=668 --- disable-unreliable-tests.patch | 22 +++++++++++++++------- vim.changes | 6 ++++++ 2 files changed, 21 insertions(+), 7 deletions(-) diff --git a/disable-unreliable-tests.patch b/disable-unreliable-tests.patch index 7882e3d..e5a8499 100644 --- a/disable-unreliable-tests.patch +++ b/disable-unreliable-tests.patch @@ -1,7 +1,7 @@ -Index: vim-8.2.2411/src/testdir/Make_all.mak +Index: vim-8.2.3075/src/testdir/Make_all.mak =================================================================== ---- vim-8.2.2411.orig/src/testdir/Make_all.mak -+++ vim-8.2.2411/src/testdir/Make_all.mak +--- vim-8.2.3075.orig/src/testdir/Make_all.mak ++++ vim-8.2.3075/src/testdir/Make_all.mak @@ -63,7 +63,6 @@ NEW_TESTS = \ test_autoload \ test_backspace_opt \ @@ -18,7 +18,15 @@ Index: vim-8.2.2411/src/testdir/Make_all.mak test_packadd \ test_partial \ test_paste \ -@@ -322,7 +320,6 @@ NEW_TESTS_RES = \ +@@ -223,7 +221,6 @@ NEW_TESTS = \ + test_quickfix \ + test_quotestar \ + test_random \ +- test_recover \ + test_regex_char_classes \ + test_regexp_latin \ + test_regexp_utf8 \ +@@ -323,7 +320,6 @@ NEW_TESTS_RES = \ test_autocmd.res \ test_autoload.res \ test_backspace_opt.res \ @@ -26,10 +34,10 @@ Index: vim-8.2.2411/src/testdir/Make_all.mak test_balloon_gui.res \ test_blob.res \ test_blockedit.res \ -Index: vim-8.2.2411/src/testdir/Makefile +Index: vim-8.2.3075/src/testdir/Makefile =================================================================== ---- vim-8.2.2411.orig/src/testdir/Makefile -+++ vim-8.2.2411/src/testdir/Makefile +--- vim-8.2.3075.orig/src/testdir/Makefile ++++ vim-8.2.3075/src/testdir/Makefile @@ -26,9 +26,6 @@ default: nongui # This defines SCRIPTS_TINY_OUT, NEW_TESTS and NEW_TESTS_RES. include Make_all.mak diff --git a/vim.changes b/vim.changes index 5946687..28c3ee0 100644 --- a/vim.changes +++ b/vim.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Wed Jun 30 09:15:27 UTC 2021 - Ondřej Súkup + +- disabled test_recover because is broken on 32bit archs + --> disable-unreliable-tests.patch + ------------------------------------------------------------------- Wed Jun 30 08:39:22 UTC 2021 - Ondřej Súkup