]> git.ipfire.org Git - thirdparty/vim.git/commitdiff
patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUI v8.2.1179
authorBram Moolenaar <Bram@vim.org>
Sat, 11 Jul 2020 12:04:28 +0000 (14:04 +0200)
committerBram Moolenaar <Bram@vim.org>
Sat, 11 Jul 2020 12:04:28 +0000 (14:04 +0200)
Problem:    Test_termwinscroll() sometimes hangs in the GUI.
Solution:   Skip the test in the GUI.

src/testdir/test_terminal2.vim
src/version.c

index d89b97522e0d2c765232d0c2e7e89708390169f7..c1b38d2d24c34732982c9d2296c3abf364b4e579 100644 (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.
index c01d1059d6f488be87b507ac6ff162e0ce628fd0..0d268143630339988683bfcc659e8af87725f9de 100644 (file)
@@ -754,6 +754,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1179,
 /**/
     1178,
 /**/