From: Bram Moolenaar Date: Sat, 24 Sep 2022 16:44:22 +0000 (+0100) Subject: patch 9.0.0578: one timer test fails on Mac M1 X-Git-Tag: v9.0.0578 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=865bf2ed3039deeaa66312319f3e13db146a9701;p=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. --- diff --git a/src/testdir/test_timers.vim b/src/testdir/test_timers.vim index f97808c15..9183e13df 100644 --- a/src/testdir/test_timers.vim +++ b/src/testdir/test_timers.vim @@ -506,6 +506,9 @@ func Test_timer_outputting_message() endfunc func Test_timer_using_win_execute_undo_sync() + " FIXME: why does this fail only on MacOS M1? + CheckNotMacM1 + let bufnr1 = bufnr() new let g:bufnr2 = bufnr() diff --git a/src/version.c b/src/version.c index 942a783ba..ff8264415 100644 --- a/src/version.c +++ b/src/version.c @@ -699,6 +699,8 @@ static char *(features[]) = static int included_patches[] = { /* Add new patch number below this line */ +/**/ + 578, /**/ 577, /**/