Patch 8.2.0072 (after 8.2.0071)
Problem: Memory test still fails on Cirrus CI.
Solution: Allow for a tiny bit more tolerance in the upper limit.
Files: src/testdir/test_memory_usage.vim
*** ../vim-8.2.0071/src/testdir/test_memory_usage.vim 2020-01-01
15:17:22.008636973 +0100
--- src/testdir/test_memory_usage.vim 2020-01-01 15:25:56.564015597 +0100
***************
*** 151,157 ****
" otherwise the test fails sometimes. On Cirrus CI with FreeBSD we need to
" be even more permissive.
if has('bsd')
! let multiplier = 14
else
let multiplier = 12
endif
--- 151,157 ----
" otherwise the test fails sometimes. On Cirrus CI with FreeBSD we need to
" be even more permissive.
if has('bsd')
! let multiplier = 15
else
let multiplier = 12
endif
*** ../vim-8.2.0071/src/version.c 2020-01-01 15:17:22.008636973 +0100
--- src/version.c 2020-01-01 15:26:21.267845892 +0100
***************
*** 744,745 ****
--- 744,747 ----
{ /* Add new patch number below this line */
+ /**/
+ 72,
/**/
--
Q: What's orange and sounds like a parrot?
A: A carrot
/// 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/202001011427.001ER9Ad018530%40masaka.moolenaar.net.