patch 9.1.1354: tests: Test_terminalwinscroll_topline() fails on Windows
Problem: tests: Test_terminalwinscroll_topline() fails on Windows
(after v9.1.1348)
Solution: instead of disabling it in Github Actions runners, disable it
for all Windows runs
related: #17196
Signed-off-by: Christian Brabandt <cb@256bit.org>
This commit is contained in:
@ -245,9 +245,8 @@ func Test_termwinscroll()
|
|||||||
endfunc
|
endfunc
|
||||||
|
|
||||||
func Test_termwinscroll_topline()
|
func Test_termwinscroll_topline()
|
||||||
if has('win32')
|
" TODO: why does this fail on Appveyor and Github?
|
||||||
CheckGithubActions
|
CheckNotMSWindows
|
||||||
endif
|
|
||||||
|
|
||||||
set termwinscroll=1000 mouse=a
|
set termwinscroll=1000 mouse=a
|
||||||
terminal
|
terminal
|
||||||
|
|||||||
@ -704,6 +704,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 */
|
||||||
|
/**/
|
||||||
|
1354,
|
||||||
/**/
|
/**/
|
||||||
1353,
|
1353,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user