changeset 11884:3cb7318223a4 v8.0.0822

patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky commit https://github.com/vim/vim/commit/d09be321422669fc32d4d31a4ac7621c89136f7b Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jul 30 21:37:58 2017 +0200 patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky Problem: Test_with_partial_callback is a tiny bit flaky. Solution: Add it to the list of flaky tests.
author Christian Brabandt <cb@256bit.org>
date Sun, 30 Jul 2017 21:45:04 +0200
parents b1215397e711
children 46e046bcb444
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
@@ -233,6 +233,7 @@ let s:flaky = [
       \ 'Test_quoteplus()',
       \ 'Test_quotestar()',
       \ 'Test_reltime()',
+      \ 'Test_with_partial_callback()',
       \ ]
 
 " Locate Test_ functions and execute them.
--- a/src/version.c
+++ b/src/version.c
@@ -770,6 +770,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    822,
+/**/
     821,
 /**/
     820,