From e68170b8b3c776e047d3c3f4ba19f9400bf4b898 Mon Sep 17 00:00:00 2001 From: Christian Brabandt Date: Sun, 19 Nov 2023 16:45:09 +0100 Subject: [PATCH] disable Test_crash1_2() Signed-off-by: Christian Brabandt --- patch/01-disable-test-crash.patch | 13 ++++++++++++- patch/02-disable-test-scrollbar.patch | 4 ++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/patch/01-disable-test-crash.patch b/patch/01-disable-test-crash.patch index e702b755..5a525d8e 100644 --- a/patch/01-disable-test-crash.patch +++ b/patch/01-disable-test-crash.patch @@ -1,5 +1,5 @@ diff --git a/src/testdir/test_crash.vim b/src/testdir/test_crash.vim -index a1da68ed4..8ce667fe5 100644 +index b093b053c..1f3bc2f9f 100644 --- a/src/testdir/test_crash.vim +++ b/src/testdir/test_crash.vim @@ -10,6 +10,10 @@ func Test_crash1() @@ -13,3 +13,14 @@ index a1da68ed4..8ce667fe5 100644 " The following used to crash Vim let opts = #{cmd: 'sh'} let vim = GetVimProg() +@@ -114,6 +118,10 @@ func Test_crash1_2() + CheckNotBSD + CheckExecutable dash + ++ if v:true ++ throw 'Skipped: Disabling test on Vim-Appimage Repository' ++ endif ++ + " The following used to crash Vim + let opts = #{cmd: 'sh'} + let vim = GetVimProg() diff --git a/patch/02-disable-test-scrollbar.patch b/patch/02-disable-test-scrollbar.patch index 502ffd72..caa0c5b7 100644 --- a/patch/02-disable-test-scrollbar.patch +++ b/patch/02-disable-test-scrollbar.patch @@ -1,8 +1,8 @@ diff --git a/src/testdir/test_gui.vim b/src/testdir/test_gui.vim -index acc72f839..c87ed24cd 100644 +index e7f7c6d83..addb2ef04 100644 --- a/src/testdir/test_gui.vim +++ b/src/testdir/test_gui.vim -@@ -718,6 +718,9 @@ func Test_set_guioptions() +@@ -768,6 +768,9 @@ func Test_set_guioptions() endfunc func Test_scrollbars()