Skip to content

Commit bb062c1

Browse files
committed
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.
1 parent 1832d12 commit bb062c1

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

src/testdir/test_memory_usage.vim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,7 +151,7 @@ func Test_memory_func_capture_lvars()
151151
" otherwise the test fails sometimes. On Cirrus CI with FreeBSD we need to
152152
" be even more permissive.
153153
if has('bsd')
154-
let multiplier = 14
154+
let multiplier = 15
155155
else
156156
let multiplier = 12
157157
endif

src/version.c

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -742,6 +742,8 @@ static char *(features[]) =
742742

743743
static int included_patches[] =
744744
{ /* Add new patch number below this line */
745+
/**/
746+
72,
745747
/**/
746748
71,
747749
/**/

0 commit comments

Comments
 (0)