changeset 11056:679c12064dbc v8.0.0417

patch 8.0.0417: test for the clipboard fails sometimes commit https://github.com/vim/vim/commit/0fbff646d5beb1f48c9be3d0ce0339be90fd49f5 Author: Bram Moolenaar <Bram@vim.org> 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.
author Christian Brabandt <cb@256bit.org>
date Sun, 05 Mar 2017 14:45:04 +0100
parents d6a85aba6fac
children c90359f0e639
files src/testdir/runtest.vim src/version.c
diffstat 2 files changed, 3 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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()',
       \ ]
 
--- 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,