]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1354: tests: Test_terminalwinscroll_topline() fails on Windows v9.1.1354
authorChristian Brabandt <cb@256bit.org>
Tue, 29 Apr 2025 16:21:31 +0000 (18:21 +0200)
committerChristian Brabandt <cb@256bit.org>
Tue, 29 Apr 2025 16:21:31 +0000 (18:21 +0200)
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>
src/testdir/test_terminal2.vim
src/version.c

index e0f7bc56b55329b7ba016b04a1ee930a2abb3371..3e8ff86f1661a5ba72c9b99a9d21f56f252b5ed4 100644 (file)
@@ -245,9 +245,8 @@ func Test_termwinscroll()
 endfunc
 
 func Test_termwinscroll_topline()
-  if has('win32')
-    CheckGithubActions
-  endif
+  " TODO: why does this fail on Appveyor and Github?
+  CheckNotMSWindows
 
   set termwinscroll=1000 mouse=a
   terminal
index 1b28c2dc16d701af2efbf5327c37e10a7f368cbc..f93213b041672c3ee9206588793a7010f5fc615f 100644 (file)
@@ -704,6 +704,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1354,
 /**/
     1353,
 /**/