Patch 8.2.5100
Problem: Memory usage tests are not retried.
Solution: Mark memory usage tests as flaky.
Files: src/testdir/test_memory_usage.vim
*** ../vim-8.2.5099/src/testdir/test_memory_usage.vim 2021-03-13
21:11:47.718778276 +0000
--- src/testdir/test_memory_usage.vim 2022-06-15 18:05:59.852635086 +0100
***************
*** 65,70 ****
--- 65,73 ----
let self.job = term_getjob(self.buf)
call WaitFor({-> job_status(self.job) ==# 'run'})
let self.pid = job_info(self.job).process
+
+ " running an external command may fail once in a while
+ let g:test_is_flaky = 1
endfunc
func s:term_vim.stop() abort
*** ../vim-8.2.5099/src/version.c 2022-06-15 17:52:40.841008923 +0100
--- src/version.c 2022-06-15 18:08:04.112507770 +0100
***************
*** 736,737 ****
--- 736,739 ----
{ /* Add new patch number below this line */
+ /**/
+ 5100,
/**/
--
INSPECTOR END OF FILM: Move along. There's nothing to see! Keep moving!
[Suddenly he notices the cameras.]
INSPECTOR END OF FILM: (to Camera) All right, put that away sonny.
[He walks over to it and puts his hand over the lens.]
"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/ ///
\\\ 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/20220615171006.6F32A1C2341%40moolenaar.net.