1
0
forked from aniani/vim

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>
This commit is contained in:
Drew Vogel
2025-05-07 22:05:17 +02:00
committed by Christian Brabandt
parent 9670f61d46
commit ea67ba718d
46 changed files with 318 additions and 33 deletions

View File

@@ -3204,6 +3204,7 @@ def Test_nested_closure_fails()
enddef
def Run_Test_closure_in_for_loop_fails()
CheckScreendump
var lines =<< trim END
vim9script
redraw
@@ -3600,6 +3601,7 @@ func Test_silent_echo()
endfunc
def Run_Test_silent_echo()
CheckScreendump
var lines =<< trim END
vim9script
def EchoNothing()
@@ -4645,6 +4647,7 @@ def Test_invalid_redir()
enddef
func Test_keytyped_in_nested_function()
CheckScreendump
CheckRunVimInTerminal
call Run_Test_keytyped_in_nested_function()