To: vim_dev@googlegroups.com Subject: Patch 9.0.0578 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0578 Problem: One timer test fails on Mac M1. Solution: Skip the test on Mac M1. Files: src/testdir/test_timers.vim *** ../vim-9.0.0577/src/testdir/test_timers.vim 2022-09-24 14:49:03.221724998 +0100 --- src/testdir/test_timers.vim 2022-09-24 17:43:18.458483461 +0100 *************** *** 506,511 **** --- 506,514 ---- 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() *** ../vim-9.0.0577/src/version.c 2022-09-24 17:24:07.099558755 +0100 --- src/version.c 2022-09-24 17:43:59.146430534 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 578, /**/ -- hundred-and-one symptoms of being an internet addict: 168. You have your own domain name. /// Bram Moolenaar -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///