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/runtest.vim b/src/testdir/runtest.vim
index c14f44e..0d53121 100644
--- a/src/testdir/runtest.vim
+++ b/src/testdir/runtest.vim
@@ -606,6 +606,8 @@
" A test can set g:test_is_flaky to retry running the test.
let g:test_is_flaky = 0
+ let g:check_screendump_called = v:false
+
" A test can set g:max_run_nr to change the max retry count.
let g:max_run_nr = 5
if has('mac')