- 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
This commit is contained in:
Ondřej Súkup 2021-06-30 09:16:12 +00:00 committed by Git OBS Bridge
parent 0999d2de7f
commit c202713ab7
2 changed files with 21 additions and 7 deletions

View File

@ -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

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Jun 30 09:15:27 UTC 2021 - Ondřej Súkup <mimi.vx@gmail.com>
- 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 <mimi.vx@gmail.com>