changeset 30485:57890fe84655 v9.0.0578

patch 9.0.0578: one timer test fails on Mac M1 Commit: https://github.com/vim/vim/commit/865bf2ed3039deeaa66312319f3e13db146a9701 Author: Bram Moolenaar <Bram@vim.org> Date: Sat Sep 24 17:44:22 2022 +0100 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.
author Bram Moolenaar <Bram@vim.org>
date Sat, 24 Sep 2022 18:45:02 +0200
parents f322d75442f5
children 004697058faf
files src/testdir/test_timers.vim src/version.c
diffstat 2 files changed, 5 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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()
--- a/src/version.c
+++ b/src/version.c
@@ -700,6 +700,8 @@ static char *(features[]) =
 static int included_patches[] =
 {   /* Add new patch number below this line */
 /**/
+    578,
+/**/
     577,
 /**/
     576,