]> granicus.if.org Git - vim/commitdiff
patch 8.2.0072: memory test still fails on Cirrus CI v8.2.0072
authorBram Moolenaar <Bram@vim.org>
Wed, 1 Jan 2020 14:26:32 +0000 (15:26 +0100)
committerBram Moolenaar <Bram@vim.org>
Wed, 1 Jan 2020 14:26:32 +0000 (15:26 +0100)
Problem:    Memory test still fails on Cirrus CI.
Solution:   Allow for a tiny bit more tolerance in the upper limit.

src/testdir/test_memory_usage.vim
src/version.c

index 43f4abcb51fd14ff4e3a804c38c4fee65f4d3078..e7b9ab6da11e69b69eca77a062a715b7508473c2 100644 (file)
@@ -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
index 78af80d95daebdd516d845f298c10d4d6e4798c0..c8cd6f12cad7e7925d37eea9b666733447d6103f 100644 (file)
@@ -742,6 +742,8 @@ static char *(features[]) =
 
 static int included_patches[] =
 {   /* Add new patch number below this line */
+/**/
+    72,
 /**/
     71,
 /**/