]> granicus.if.org Git - vim/commitdiff
patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky v8.0.0822
authorBram Moolenaar <Bram@vim.org>
Sun, 30 Jul 2017 19:37:58 +0000 (21:37 +0200)
committerBram Moolenaar <Bram@vim.org>
Sun, 30 Jul 2017 19:37:58 +0000 (21:37 +0200)
Problem:    Test_with_partial_callback is a tiny bit flaky.
Solution:   Add it to the list of flaky tests.

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

index c57ec5f642a0d22b9a71824fe124fd0779944882..b1d9d947f70609c7eb1ee056d409adcbf22f0a76 100644 (file)
@@ -233,6 +233,7 @@ let s:flaky = [
       \ 'Test_quoteplus()',
       \ 'Test_quotestar()',
       \ 'Test_reltime()',
+      \ 'Test_with_partial_callback()',
       \ ]
 
 " Locate Test_ functions and execute them.
index 875119f4164621d1fe3298dbd358ee786be94c13..145fcdc7c86ee405dfb63ddae68fa08e0a47abaf 100644 (file)
@@ -769,6 +769,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    822,
 /**/
     821,
 /**/