From: Bram Moolenaar Date: Sun, 30 Jul 2017 19:37:58 +0000 (+0200) Subject: patch 8.0.0822: Test_with_partial_callback is a tiny bit flaky X-Git-Tag: v8.0.0822 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d09be321422669fc32d4d31a4ac7621c89136f7b;p=vim 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. --- diff --git a/src/testdir/runtest.vim b/src/testdir/runtest.vim index c57ec5f64..b1d9d947f 100644 --- 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. diff --git a/src/version.c b/src/version.c index 875119f41..145fcdc7c 100644 --- a/src/version.c +++ b/src/version.c @@ -769,6 +769,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 822, /**/ 821, /**/