0
0
mirror of https://github.com/vim/vim.git synced 2025-09-23 03:43:49 -04:00

patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUI

Problem:    Test_termwinscroll() sometimes hangs in the GUI.
Solution:   Skip the test in the GUI.
This commit is contained in:
Bram Moolenaar
2020-07-11 14:04:28 +02:00
parent b074e8b8d4
commit f65927fc8d
2 changed files with 4 additions and 0 deletions

View File

@@ -184,6 +184,8 @@ endfunc
func Test_termwinscroll()
CheckUnix
" TODO: Somehow this test sometimes hangs in the GUI
CheckNotGui
" Let the terminal output more than 'termwinscroll' lines, some at the start
" will be dropped.

View File

@@ -754,6 +754,8 @@ static char *(features[]) =
static int included_patches[] =
{ /* Add new patch number below this line */
/**/
1179,
/**/
1178,
/**/