Skip to content

Commit

Permalink
disable Test_crash1_2()
Browse files Browse the repository at this point in the history
Signed-off-by: Christian Brabandt <[email protected]>
  • Loading branch information
chrisbra committed Nov 19, 2023
1 parent 74f5afb commit e68170b
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 3 deletions.
13 changes: 12 additions & 1 deletion patch/01-disable-test-crash.patch
Original file line number Diff line number Diff line change
@@ -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()
Expand All @@ -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()
4 changes: 2 additions & 2 deletions patch/02-disable-test-scrollbar.patch
Original file line number Diff line number Diff line change
@@ -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()
Expand Down

0 comments on commit e68170b

Please sign in to comment.