Patch 8.2.2475

5 views
Skip to first unread message

Bram Moolenaar

unread,
Feb 6, 2021, 1:30:20 PM2/6/21
to vim...@googlegroups.com

Patch 8.2.2475
Problem: Autocommand tests hangs on MS-Windows.
Solution: Skip one test.
Files: src/testdir/test_autocmd.vim


*** ../vim-8.2.2474/src/testdir/test_autocmd.vim 2021-02-06 19:19:38.921813939 +0100
--- src/testdir/test_autocmd.vim 2021-02-06 19:26:50.844406711 +0100
***************
*** 2761,2766 ****
--- 2761,2769 ----

" Fuzzer found some strange combination that caused a crash.
func Test_autocmd_normal_mess()
+ " TODO: why does this hang on Windows?
+ CheckNotMSWindows
+
augroup aucmd_normal_test
au BufLeave,BufWinLeave,BufHidden,BufUnload,BufDelete,BufWipeout * norm 7q/qc
augroup END
*** ../vim-8.2.2474/src/version.c 2021-02-06 19:19:38.921813939 +0100
--- src/version.c 2021-02-06 19:28:06.320161202 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2475,
/**/

--
'I generally avoid temptation unless I can't resist it."
-- Mae West

/// Bram Moolenaar -- Br...@Moolenaar.net -- http://www.Moolenaar.net \\\
/// sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\ an exciting new programming language -- http://www.Zimbu.org ///
\\\ help me help AIDS victims -- http://ICCF-Holland.org ///
Reply all
Reply to author
Forward
0 new messages