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 -- [email protected] -- http://www.Moolenaar.net   \\\
///                                                                      \\\
\\\        sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ ///
 \\\            help me help AIDS victims -- http://ICCF-Holland.org    ///

-- 
-- 
You received this message from the "vim_dev" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php

--- 
You received this message because you are subscribed to the Google Groups 
"vim_dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/20220924135012.278091C0728%40moolenaar.net.

Raspunde prin e-mail lui