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 -- [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/20220924164451.A6B331C0728%40moolenaar.net.