Skip to content

Commit 19f1659

Browse files
committed
Update patches to disable tests because of changes in Vim repo
Signed-off-by: Christian Brabandt <[email protected]>
1 parent 2c3ac3f commit 19f1659

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

patch/01-disable-test-crash.patch

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,18 @@
11
diff --git a/src/testdir/test_crash.vim b/src/testdir/test_crash.vim
2-
index 242da8e5d..ffac62df7 100644
2+
index 85b1290d7..426420fb1 100644
33
--- a/src/testdir/test_crash.vim
44
+++ b/src/testdir/test_crash.vim
5-
@@ -5,6 +5,9 @@ source screendump.vim
6-
CheckScreendump
5+
@@ -11,6 +11,9 @@ func s:RunCommandAndWait(buf, cmd)
6+
endfunc
77

88
func Test_crash1()
99
+ if v:true
1010
+ throw 'Skipped: Disabling test on Vim-Appimage Repository'
1111
+ endif
1212
CheckNotBSD
1313
CheckExecutable dash
14-
" Test 7 fails on Mac ...
15-
@@ -111,6 +114,9 @@ func Test_crash1()
14+
15+
@@ -104,6 +107,9 @@ func Test_crash1()
1616
endfunc
1717

1818
func Test_crash1_2()
@@ -21,4 +21,4 @@ index 242da8e5d..ffac62df7 100644
2121
+ endif
2222
CheckNotBSD
2323
CheckExecutable dash
24-
let g:test_is_flaky = 1
24+

patch/02-disable-test-scrollbar.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
diff --git a/src/testdir/test_gui.vim b/src/testdir/test_gui.vim
2-
index e7f7c6d83..addb2ef04 100644
2+
index 29259345c..9cbcadcba 100644
33
--- a/src/testdir/test_gui.vim
44
+++ b/src/testdir/test_gui.vim
5-
@@ -768,6 +768,9 @@ func Test_set_guioptions()
5+
@@ -770,6 +770,9 @@ func Test_set_guioptions()
66
endfunc
77

88
func Test_scrollbars()

0 commit comments

Comments
 (0)