Patch 9.0.0578

3 views
Skip to first unread message

Bram Moolenaar

unread,
Sep 24, 2022, 12:45:05 PM9/24/22
to vim...@googlegroups.com

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 -- Br...@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 ///
Reply all
Reply to author
Forward
0 new messages