patch 9.1.1370: CI Tests favor GTK2 over GTK3
Problem: CI Tests favor GTK2 over GTK3
Solution: Install GTK3 dependencies and debug packages for CI workflows,
update ASAN suppression list, update required dependency
checks for the tests (Drew Vogel)
closes: #17253
Signed-off-by: Drew Vogel <dvogel@github>
Signed-off-by: Christian Brabandt <cb@256bit.org>
diff --git a/src/testdir/test_match.vim b/src/testdir/test_match.vim
index eb77791..1e42aba 100644
--- a/src/testdir/test_match.vim
+++ b/src/testdir/test_match.vim
@@ -345,6 +345,7 @@
endfunc
func Test_matchclear_other_window()
+ CheckScreendump
CheckRunVimInTerminal
let buf = OtherWindowCommon()
call term_sendkeys(buf, ":call clearmatches(winid)\<CR>")
@@ -355,6 +356,7 @@
endfunc
func Test_matchadd_other_window()
+ CheckScreendump
CheckRunVimInTerminal
let buf = OtherWindowCommon()
call term_sendkeys(buf, ":call matchadd('Search', 'Hello', 1, -1, #{window: winid})\<CR>")
@@ -366,6 +368,7 @@
endfunc
func Test_match_in_linebreak()
+ CheckScreendump
CheckRunVimInTerminal
let lines =<< trim END
@@ -381,6 +384,7 @@
endfunc
func Test_match_with_incsearch()
+ CheckScreendump
CheckRunVimInTerminal
let lines =<< trim END
@@ -420,6 +424,7 @@
endfunc
func Test_match_tab_with_linebreak()
+ CheckScreendump
CheckRunVimInTerminal
let lines =<< trim END