To: vim_dev@googlegroups.com Subject: Patch 8.2.5100 Fcc: outbox From: Bram Moolenaar Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ------------ 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 -- Bram@Moolenaar.net -- http://www.Moolenaar.net \\\ /// \\\ \\\ sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ /// \\\ help me help AIDS victims -- http://ICCF-Holland.org ///