]> granicus.if.org Git - vim/commitdiff
patch 9.0.0578: one timer test fails on Mac M1 v9.0.0578
authorBram Moolenaar <Bram@vim.org>
Sat, 24 Sep 2022 16:44:22 +0000 (17:44 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 24 Sep 2022 16:44:22 +0000 (17:44 +0100)
Problem:    One timer test fails on Mac M1.
Solution:   Skip the test on Mac M1.

src/testdir/test_timers.vim
src/version.c

index f97808c1576829a353dad86a82fc6f88a9c08dc4..9183e13df2c0906930f8e74b088ac25cd2eeae63 100644 (file)
@@ -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()
index 942a783ba0eeb6999c93383ab2a194d6fb4dc36a..ff8264415d606a58f8b1ea98098cab985f3612ce 100644 (file)
@@ -699,6 +699,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    578,
 /**/
     577,
 /**/