Patch 8.2.5104 (after 8.2.5103)
Problem: Test hangs on MS-Windows.
Solution: Skip another test on MS-Windows.
Files: src/testdir/test_retab.vim
*** ../vim-8.2.5103/src/testdir/test_retab.vim 2022-06-15 21:08:05.257105150
+0100
--- src/testdir/test_retab.vim 2022-06-15 21:27:57.972039030 +0100
***************
*** 1,5 ****
--- 1,7 ----
" Test :retab
+ source check.vim
+
func SetUp()
new
call setline(1, "\ta \t b c ")
***************
*** 90,95 ****
--- 92,100 ----
endfunc
func Test_retab_endless()
+ " FIXME: why does this hang on MS-Windows?
+ CheckNotMSWindows
+
" inside try/catch we catch the error message
new
call setline(1, "\t0\t")
***************
*** 105,111 ****
endfunc
func Test_nocatch_retab_endless()
! " FIXME: why does this hang on MS-Windows?
CheckNotMSWindows
" not inside try/catch an interrupt is generated to get out of loops
--- 110,116 ----
endfunc
func Test_nocatch_retab_endless()
! " FIXME: does this hang on MS-Windows?
CheckNotMSWindows
" not inside try/catch an interrupt is generated to get out of loops
*** ../vim-8.2.5103/src/version.c 2022-06-15 21:08:05.257105150 +0100
--- src/version.c 2022-06-15 21:26:31.664133840 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5104,
/**/
--
Every time I lose weight, it finds me again!
/// 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/20220615202928.049B41C233D%40moolenaar.net.