changeset 21257:34a0f73226d9 v8.2.1179

patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUI Commit: https://github.com/vim/vim/commit/f65927fc8d0102ef2d0fea776381caedf4c51e32 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Jul 11 14:04:28 2020 +0200 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 11 Jul 2020 14:15:04 +0200
parents dbaec6d0ad35
children ace03064469a
files src/testdir/test_terminal2.vim src/version.c
diffstat 2 files changed, 4 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/testdir/test_terminal2.vim
+++ b/src/testdir/test_terminal2.vim
@@ -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.
--- a/src/version.c
+++ b/src/version.c
@@ -755,6 +755,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    1179,
+/**/
     1178,
 /**/
     1177,