On Mi, 20 Mär 2019, Christian Brabandt wrote:
> Bram, > the latest build of the vim-win32-installer failed with this error > message: > > https://ci.appveyor.com/project/chrisbra/vim-win32-installer/builds/23206196/job/2i61rw80gx51ubv7#L6622 > > function RunTheTest[40]..Test_memory_func_capture_lvars line 29: > Expected range 23092 - 43324, but got 22800 I did re-trigger the build. This time, the x86 build failed with https://ci.appveyor.com/project/chrisbra/vim-win32-installer/build/job/ii6lq86sb7mycfac#L6600 function RunTheTest[40]..Test_memory_func_capture_lvars line 29: Expected range 18180 - 32420, but got 17752 Found errors in Test_memory_func_capture_vargs(): function RunTheTest[40]..Test_memory_func_capture_vargs line 24: Expected 17484 but got 18188 I don't actually understand the test test_memory_usage, but I wonder why in Test_memory_func_capture_vargs it is expected, that after.last == after.max ,----[ Test_memory_func_capture_lvars ]- | " In this case, garbase collecting is not needed. | call assert_equal(after.last, after.max) `---- Perhaps those tests should be added to the flaky tests? Or may be, we don't need the assert_equal, since there is the assert_inrange() test just before that? Not sure. Best, Christian -- Der Mensch erträgt ein neues Übel darum unwilliger als ein größeres altes, weil sie es, aus Mangel an Wiederholung, noch für kein notwendiges halten. -- Jean Paul -- -- 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]. For more options, visit https://groups.google.com/d/optout.
