mirror of
https://github.com/vim/vim.git
synced 2025-09-24 03:44:06 -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:
@@ -184,6 +184,8 @@ endfunc
|
|||||||
|
|
||||||
func Test_termwinscroll()
|
func Test_termwinscroll()
|
||||||
CheckUnix
|
CheckUnix
|
||||||
|
" TODO: Somehow this test sometimes hangs in the GUI
|
||||||
|
CheckNotGui
|
||||||
|
|
||||||
" Let the terminal output more than 'termwinscroll' lines, some at the start
|
" Let the terminal output more than 'termwinscroll' lines, some at the start
|
||||||
" will be dropped.
|
" will be dropped.
|
||||||
|
@@ -754,6 +754,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
1179,
|
||||||
/**/
|
/**/
|
||||||
1178,
|
1178,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user