mirror of
https://github.com/vim/vim.git
synced 2025-09-25 03:54:15 -04:00
patch 8.0.1070: terminal test is flaky on Mac
Problem: Terminal test is flaky on Mac. Solution: Add Test_terminal_noblock() to list of flaky tests.
This commit is contained in:
@@ -233,6 +233,7 @@ let s:flaky = [
|
|||||||
\ 'Test_quoteplus()',
|
\ 'Test_quoteplus()',
|
||||||
\ 'Test_quotestar()',
|
\ 'Test_quotestar()',
|
||||||
\ 'Test_reltime()',
|
\ 'Test_reltime()',
|
||||||
|
\ 'Test_terminal_noblock()',
|
||||||
\ 'Test_with_partial_callback()',
|
\ 'Test_with_partial_callback()',
|
||||||
\ ]
|
\ ]
|
||||||
|
|
||||||
|
@@ -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 */
|
||||||
|
/**/
|
||||||
|
1070,
|
||||||
/**/
|
/**/
|
||||||
1069,
|
1069,
|
||||||
/**/
|
/**/
|
||||||
|
Reference in New Issue
Block a user