Patch 8.2.2436
Problem: Vim9 script test is a bit flaky.
Solution: Wait longer for exit callback.
Files: src/testdir/test_vim9_script.vim
*** ../vim-8.2.2435/src/testdir/test_vim9_script.vim 2021-01-24
17:53:43.681840018 +0100
--- src/testdir/test_vim9_script.vim 2021-01-31 14:01:21.643346076 +0100
***************
*** 3278,3284 ****
while job_status(myjob) == 'run'
sleep 10m
endwhile
! sleep 10m
END
writefile(lines, 'Xdef')
assert_fails('so Xdef', ['E684:', 'E1012:'])
--- 3278,3285 ----
while job_status(myjob) == 'run'
sleep 10m
endwhile
! # wait for Exit_cb() to be called
! sleep 100m
END
writefile(lines, 'Xdef')
assert_fails('so Xdef', ['E684:', 'E1012:'])
*** ../vim-8.2.2435/src/version.c 2021-01-31 13:08:16.164367438 +0100
--- src/version.c 2021-01-31 14:03:42.282796386 +0100
***************
*** 752,753 ****
--- 752,755 ----
{ /* Add new patch number below this line */
+ /**/
+ 2436,
/**/
--
MAN: Fetchez la vache!
GUARD: Quoi?
MAN: Fetchez la vache!
"Monty Python and the Holy Grail" PYTHON (MONTY) PICTURES LTD
/// Bram Moolenaar -- [email protected] -- 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 ///
--
--
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/202101311305.10VD5PLB943039%40masaka.moolenaar.net.