]> granicus.if.org Git - vim/commitdiff
patch 8.0.1262: terminal redir test is flaky v8.0.1262
authorBram Moolenaar <Bram@vim.org>
Sat, 4 Nov 2017 19:46:40 +0000 (20:46 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 4 Nov 2017 19:46:40 +0000 (20:46 +0100)
Problem:    Terminal redir test is flaky.
Solution:   Add it to the list of flaky tests.

src/testdir/runtest.vim
src/version.c

index a35944830a90d15be2da175e5389e9b21e1db4be..08c0e684bfa7a116e62146ce779dac14e373eca3 100644 (file)
@@ -252,6 +252,7 @@ let s:flaky = [
       \ 'Test_reltime()',
       \ 'Test_terminal_composing_unicode()',
       \ 'Test_terminal_noblock()',
+      \ 'Test_terminal_redir_file()',
       \ 'Test_with_partial_callback()',
       \ ]
 
index 7d049d08f2d1129c95818483934e0bf33de97204..b7cb58be4a056b590c38e1f66070605b5f006f14 100644 (file)
@@ -761,6 +761,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    1262,
 /**/
     1261,
 /**/