1
0
forked from aniani/vim

patch 9.0.0578: one timer test fails on Mac M1

Problem:    One timer test fails on Mac M1.
Solution:   Skip the test on Mac M1.
This commit is contained in:
Bram Moolenaar
2022-09-24 17:44:22 +01:00
parent 96b9bf8f74
commit 865bf2ed30
2 changed files with 5 additions and 0 deletions

View File

@@ -506,6 +506,9 @@ func Test_timer_outputting_message()
endfunc endfunc
func Test_timer_using_win_execute_undo_sync() func Test_timer_using_win_execute_undo_sync()
" FIXME: why does this fail only on MacOS M1?
CheckNotMacM1
let bufnr1 = bufnr() let bufnr1 = bufnr()
new new
let g:bufnr2 = bufnr() let g:bufnr2 = bufnr()

View File

@@ -699,6 +699,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 */
/**/
578,
/**/ /**/
577, 577,
/**/ /**/