To: vim_dev@googlegroups.com Subject: Patch 9.0.0574 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ Patch 9.0.0574 Problem: Timer garbage collect test hangs on Mac M1. Solution: Properly check for Mac M1 and skip the test. Files: src/testdir/test_timers.vim *** ../vim-9.0.0573/src/testdir/test_timers.vim 2022-09-23 21:26:36.293344160 +0100 --- src/testdir/test_timers.vim 2022-09-24 14:47:09.541647274 +0100 *************** *** 381,387 **** " vgetc(). func Test_nocatch_timer_garbage_collect() " FIXME: why does this fail only on MacOS M1? ! CheckNotMacM1 " 'uptimetime. must be bigger than the timer timeout set ut=200 --- 381,392 ---- " vgetc(). func Test_nocatch_timer_garbage_collect() " FIXME: why does this fail only on MacOS M1? ! try ! CheckNotMacM1 ! catch /Skipped/ ! let g:skipped_reason = v:exception ! return ! endtry " 'uptimetime. must be bigger than the timer timeout set ut=200 *** ../vim-9.0.0573/src/version.c 2022-09-24 14:35:02.132032382 +0100 --- src/version.c 2022-09-24 14:48:48.753717375 +0100 *************** *** 701,702 **** --- 701,704 ---- { /* Add new patch number below this line */ + /**/ + 574, /**/ -- If you feel lonely, try schizophrenia. /// 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 ///