summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2017-03-05 14:30:52 +0100
committerBram Moolenaar <Bram@vim.org>2017-03-05 14:30:52 +0100
commit0fbff646d5beb1f48c9be3d0ce0339be90fd49f5 (patch)
treee043ec60baf8396fea01cefc727392ffd206b9ee
parent436631969716e056feca47480976100b70283370 (diff)
patch 8.0.0417: test for the clipboard fails sometimesv8.0.0417
Problem: Test for the clipboard fails sometimes. Solution: Add it to the flaky tests.
-rw-r--r--src/testdir/runtest.vim1
-rw-r--r--src/version.c2
2 files changed, 3 insertions, 0 deletions
diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim
index 71028a1914..d750da5693 100644
--- 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
index 98fa4a803f..220e00dfbf 100644
--- 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,