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