forked from aniani/vim
patch 8.2.0072: memory test still fails on Cirrus CI
Problem: Memory test still fails on Cirrus CI. Solution: Allow for a tiny bit more tolerance in the upper limit.
This commit is contained in:
@@ -151,7 +151,7 @@ func Test_memory_func_capture_lvars()
|
||||
" otherwise the test fails sometimes. On Cirrus CI with FreeBSD we need to
|
||||
" be even more permissive.
|
||||
if has('bsd')
|
||||
let multiplier = 14
|
||||
let multiplier = 15
|
||||
else
|
||||
let multiplier = 12
|
||||
endif
|
||||
|
@@ -742,6 +742,8 @@ static char *(features[]) =
|
||||
|
||||
static int included_patches[] =
|
||||
{ /* Add new patch number below this line */
|
||||
/**/
|
||||
72,
|
||||
/**/
|
||||
71,
|
||||
/**/
|
||||
|
Reference in New Issue
Block a user