1
0
forked from aniani/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.
This commit is contained in:
Bram Moolenaar
2017-07-30 21:37:58 +02:00
parent b000e328ef
commit d09be32142
2 changed files with 3 additions and 0 deletions

View File

@@ -233,6 +233,7 @@ let s:flaky = [
\ 'Test_quoteplus()', \ 'Test_quoteplus()',
\ 'Test_quotestar()', \ 'Test_quotestar()',
\ 'Test_reltime()', \ 'Test_reltime()',
\ 'Test_with_partial_callback()',
\ ] \ ]
" Locate Test_ functions and execute them. " Locate Test_ functions and execute them.

View File

@@ -769,6 +769,8 @@ static char *(features[]) =
static int included_patches[] = static int included_patches[] =
{ /* Add new patch number below this line */ { /* Add new patch number below this line */
/**/
822,
/**/ /**/
821, 821,
/**/ /**/