]> granicus.if.org Git - vim/commitdiff
patch 8.0.0417: test for the clipboard fails sometimes v8.0.0417
authorBram Moolenaar <Bram@vim.org>
Sun, 5 Mar 2017 13:30:52 +0000 (14:30 +0100)
committerBram Moolenaar <Bram@vim.org>
Sun, 5 Mar 2017 13:30:52 +0000 (14:30 +0100)
Problem:    Test for the clipboard fails sometimes.
Solution:   Add it to the flaky tests.

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

index 71028a191482f48e6dd28562157538ecb8ded026..d750da5693970bb7682b3f6801fc4e25ac376d9a 100644 (file)
@@ -168,6 +168,7 @@ let s:flaky = [
       \ 'Test_oneshot()',
       \ 'Test_pipe_through_sort_all()',
       \ 'Test_pipe_through_sort_some()',
+      \ 'Test_quoteplus()',
       \ 'Test_reltime()',
       \ ]
 
index 98fa4a803f04c29f4886271683632a9cfff7fb99..220e00dfbf31c2b8b3c8cc4a45b81e7e18681c99 100644 (file)
@@ -764,6 +764,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    417,
 /**/
     416,
 /**/