Accepting request 912897 from openSUSE:Factory:RISCV

- Disable unreliable tests also on riscv64
- disable-unreliable-tests-arch.patch: also disable test_vim9_func

OBS-URL: https://build.opensuse.org/request/show/912897
OBS-URL: https://build.opensuse.org/package/show/editors/vim?expand=0&rev=676
This commit is contained in:
Ondřej Súkup 2021-08-20 08:27:14 +00:00 committed by Git OBS Bridge
parent e8c3307434
commit dc7f7527dc
3 changed files with 20 additions and 12 deletions

View File

@ -1,8 +1,8 @@
Index: vim-8.2.3204/src/testdir/Make_all.mak
Index: vim-8.2.3318/src/testdir/Make_all.mak
===================================================================
--- vim-8.2.3204.orig/src/testdir/Make_all.mak
+++ vim-8.2.3204/src/testdir/Make_all.mak
@@ -30,21 +30,17 @@ SCRIPTS_TINY_OUT = \
--- vim-8.2.3318.orig/src/testdir/Make_all.mak
+++ vim-8.2.3318/src/testdir/Make_all.mak
@@ -30,23 +30,17 @@ SCRIPTS_TINY_OUT = \
# Tests for Vim9 script.
TEST_VIM9 = \
@ -12,7 +12,7 @@ Index: vim-8.2.3204/src/testdir/Make_all.mak
test_vim9_disassemble \
- test_vim9_expr \
test_vim9_fails \
test_vim9_func \
- test_vim9_func \
test_vim9_script
TEST_VIM9_RES = \
@ -22,9 +22,11 @@ Index: vim-8.2.3204/src/testdir/Make_all.mak
test_vim9_disassemble.res \
- test_vim9_expr.res \
test_vim9_fails.res \
test_vim9_func.res \
- test_vim9_func.res \
test_vim9_script.res
@@ -221,7 +217,6 @@ NEW_TESTS = \
# Benchmark scripts.
@@ -222,7 +216,6 @@ NEW_TESTS = \
test_quickfix \
test_quotestar \
test_random \
@ -32,7 +34,7 @@ Index: vim-8.2.3204/src/testdir/Make_all.mak
test_regex_char_classes \
test_regexp_latin \
test_regexp_utf8 \
@@ -457,7 +452,6 @@ NEW_TESTS_RES = \
@@ -459,7 +452,6 @@ NEW_TESTS_RES = \
test_quickfix.res \
test_quotestar.res \
test_random.res \

View File

@ -1,3 +1,9 @@
-------------------------------------------------------------------
Wed Aug 18 12:43:01 UTC 2021 - Andreas Schwab <schwab@suse.de>
- Disable unreliable tests also on riscv64
- disable-unreliable-tests-arch.patch: also disable test_vim9_func
-------------------------------------------------------------------
Wed Aug 11 09:03:06 UTC 2021 - Christian Boltz <suse-beta@cboltz.de>

View File

@ -189,7 +189,7 @@ cp %{SOURCE23} runtime/syntax/apparmor.vim
%patch22 -p1
%patch23 -p1
%patch24 -p1
%ifarch s390x %{arm} aarch64
%ifarch s390x %{arm} aarch64 riscv64
%patch25 -p1
%endif
%patch100 -p1