forked from aniani/vim
patch 8.2.2475: autocommand tests hangs on MS-Windows
Problem: Autocommand tests hangs on MS-Windows. Solution: Skip one test.
This commit is contained in:
@@ -2761,6 +2761,9 @@ endfunc
|
|||||||
|
|
||||||
" Fuzzer found some strange combination that caused a crash.
|
" Fuzzer found some strange combination that caused a crash.
|
||||||
func Test_autocmd_normal_mess()
|
func Test_autocmd_normal_mess()
|
||||||
|
" TODO: why does this hang on Windows?
|
||||||
|
CheckNotMSWindows
|
||||||
|
|
||||||
augroup aucmd_normal_test
|
augroup aucmd_normal_test
|
||||||
au BufLeave,BufWinLeave,BufHidden,BufUnload,BufDelete,BufWipeout * norm 7q/qc
|
au BufLeave,BufWinLeave,BufHidden,BufUnload,BufDelete,BufWipeout * norm 7q/qc
|
||||||
augroup END
|
augroup END
|
||||||
|
|||||||
@@ -750,6 +750,8 @@ static char *(features[]) =
|
|||||||
|
|
||||||
static int included_patches[] =
|
static int included_patches[] =
|
||||||
{ /* Add new patch number below this line */
|
{ /* Add new patch number below this line */
|
||||||
|
/**/
|
||||||
|
2475,
|
||||||
/**/
|
/**/
|
||||||
2474,
|
2474,
|
||||||
/**/
|
/**/
|
||||||
|
|||||||
Reference in New Issue
Block a user