]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 9.1.1702: tests: test_edit still fails on CI v9.1.1702
authorChristian Brabandt <cb@256bit.org>
Wed, 27 Aug 2025 17:07:38 +0000 (19:07 +0200)
committerChristian Brabandt <cb@256bit.org>
Wed, 27 Aug 2025 17:07:38 +0000 (19:07 +0200)
Problem:  tests: test_edit still fails on CI
          (after v9.1.1701)
Solution: Fix the skip condition

Signed-off-by: Christian Brabandt <cb@256bit.org>
src/testdir/test_edit.vim
src/version.c

index 80a3de650f97da4ad82aaa6f0138b81c7d999e1a..4a2d93fd548e169b5d2eda6b2d7df82ade9a9343 100644 (file)
@@ -2032,10 +2032,9 @@ endfunc
 " window, the window contents should be scrolled one line up. If the top line
 " is part of a fold, then the entire fold should be scrolled up.
 func Test_edit_lastline_scroll()
-  if has('gui_running')
+  if has('linux')
     " TODO: For unknown reasons, this test fails on CI when run in Gui mode
-    "       with ASAN enabled, figure out why
-    CheckNotAsan
+    CheckNotGui
   endif
   new
   let h = winheight(0)
index b351218395992401301b70bb9ac561c719358802..443f85bb89b184ee627b8132f851c4c3f2e65fcd 100644 (file)
@@ -724,6 +724,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1702,
 /**/
     1701,
 /**/