# HG changeset patch # User Bram Moolenaar # Date 1541959206 -3600 # Node ID 563ca9655b8f0413b06494cdf14edaed69624a56 # Parent 610a09b3d3f99d19444b7a76eff83d5bf5c9a967 patch 8.1.0520: screen diff test sometimes fails commit https://github.com/vim/vim/commit/218959bc91f3a2e1cbd2fb2290fd5cba708b1c33 Author: Bram Moolenaar Date: Sun Nov 11 18:51:42 2018 +0100 patch 8.1.0520: screen diff test sometimes fails Problem: Screen diff test sometimes fails. Solution: Add to list of flaky tests. diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -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()', diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -793,6 +793,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 520, +/**/ 519, /**/ 518,