]> granicus.if.org Git - vim/commitdiff
patch 8.2.2475: autocommand tests hangs on MS-Windows v8.2.2475
authorBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 18:28:48 +0000 (19:28 +0100)
committerBram Moolenaar <Bram@vim.org>
Sat, 6 Feb 2021 18:28:48 +0000 (19:28 +0100)
Problem:    Autocommand tests hangs on MS-Windows.
Solution:   Skip one test.

src/testdir/test_autocmd.vim
src/version.c

index e07731d6e5a61d935fba66e61e4efb66c677f7f7..c1d3639538c08fc3564c6e3a0f1cf1f6322c6b58 100644 (file)
@@ -2761,6 +2761,9 @@ endfunc
 
 " 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
index 12a5de8564f0a94fb886b32dc4c6c4f604e3c613..01c9efb0ac1be203597e85db1cbe113e083bcc1c 100644 (file)
@@ -750,6 +750,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    2475,
 /**/
     2474,
 /**/