]> granicus.if.org Git - vim/commitdiff
patch 8.1.0520: screen diff test sometimes fails v8.1.0520
authorBram Moolenaar <Bram@vim.org>
Sun, 11 Nov 2018 17:51:42 +0000 (18:51 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 11 Nov 2018 17:51:42 +0000 (18:51 +0100)
Problem:    Screen diff test sometimes fails.
Solution:   Add to list of flaky tests.

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

index ff32abcc32ac2c62ac3b08626df041803d8eb3dd..cacfa75589bafa44cc4ab91b6e9953a3487aa956 100644 (file)
@@ -279,6 +279,7 @@ let s:flaky = [
       \ 'Test_collapse_buffers()',
       \ 'Test_communicate()',
       \ 'Test_cwd()',
+      \ 'Test_diff_screen()',
       \ 'Test_exit_callback_interval()',
       \ 'Test_nb_basic()',
       \ 'Test_oneshot()',
index ad815fb170db118e2f36b0e04615a0460df1997c..e3491a00232ab16ff63d5148dd74b4a2aa822d4a 100644 (file)
@@ -792,6 +792,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    520,
 /**/
     519,
 /**/