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:
parent
e8c3307434
commit
dc7f7527dc
@ -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 \
|
||||
|
@ -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>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user