From: Bram Moolenaar Date: Sat, 11 Jul 2020 12:04:28 +0000 (+0200) Subject: patch 8.2.1179: Test_termwinscroll() sometimes hangs in the GUI X-Git-Tag: v8.2.1179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f65927fc8d0102ef2d0fea776381caedf4c51e32;p=thirdparty%2Fvim.git 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. --- diff --git a/src/testdir/test_terminal2.vim b/src/testdir/test_terminal2.vim index d89b97522e..c1b38d2d24 100644 --- 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. diff --git a/src/version.c b/src/version.c index c01d1059d6..0d26814363 100644 --- a/src/version.c +++ b/src/version.c @@ -754,6 +754,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 1179, /**/ 1178, /**/