# HG changeset patch # User Christian Brabandt # Date 1488721504 -3600 # Node ID 679c12064dbc9990e693b8ff45be6c2a7749f4ae # Parent d6a85aba6facc325751c436b0175adf1e7bd388c patch 8.0.0417: test for the clipboard fails sometimes commit https://github.com/vim/vim/commit/0fbff646d5beb1f48c9be3d0ce0339be90fd49f5 Author: Bram Moolenaar Date: Sun Mar 5 14:30:52 2017 +0100 patch 8.0.0417: test for the clipboard fails sometimes Problem: Test for the clipboard fails sometimes. Solution: Add it to the flaky tests. diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim --- a/src/testdir/runtest.vim +++ b/src/testdir/runtest.vim @@ -168,6 +168,7 @@ let s:flaky = [ \ 'Test_oneshot()', \ 'Test_pipe_through_sort_all()', \ 'Test_pipe_through_sort_some()', + \ 'Test_quoteplus()', \ 'Test_reltime()', \ ] diff --git a/src/version.c b/src/version.c --- a/src/version.c +++ b/src/version.c @@ -765,6 +765,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ /**/ + 417, +/**/ 416, /**/ 415,