Hi Bram, On Sat, Apr 3, 2021 at 8:19 AM Bram Moolenaar <[email protected]> wrote: > > > Patch 8.2.2699 > Problem: Lua test fails. > Solution: Fix condition. (Yegappan Lakshmanan, closes #8060) > Files: src/testdir/test_lua.vim > >
There are still two test failures (not related to lua). A memory leak is detected by leak sanitizer: #1 0x9a6a87 in lalloc /home/runner/work/vim/vim/src/misc2.c:925:11 32 #2 0x9a6a5d in alloc /home/runner/work/vim/vim/src/misc2.c:828:12 33 #3 0x9a7638 in vim_strsave /home/runner/work/vim/vim/src/misc2.c:1281:9 34 #4 0xf097b3 in call_def_function /home/runner/work/vim/vim/src/vim9execute.c:2461:24 35 #5 0xe797c0 in call_user_func /home/runner/work/vim/vim/src/userfunc.c:2204:2 36 #6 0xe76dbc in call_user_func_check /home/runner/work/vim/vim/src/userfunc.c:2592:2 37 #7 0xe73144 in call_func /home/runner/work/vim/vim/src/userfunc.c:3070:11 38 #8 0xe71e25 in get_func_tv /home/runner/work/vim/vim/src/userfunc.c:1469:8 39 #9 0xe93e82 in ex_call /home/runner/work/vim/vim/src/userfunc.c:4710:6 Another test failure in test_terminal.vim: >From test_terminal.vim: 11818 Found errors in Test_terminal_nested_autocmd(): 11819 Run 1: 11820 Caught exception in Test_terminal_nested_autocmd(): Vim(bwipeout):E89: No write since last change for buffer 54 (add ! to override) @ command line..script D:/a/vim/vim/src2/testdir/runtest.vim[473]..function RunTheTest[44]..Test_terminal_nested_autocmd, line 16 - Yegappan -- -- 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/CAAW7x7%3DrzQMkmb-Q9j91BrXkJ%2BhLVh7%3D3u4DUKas%3DjCQGZzSBQ%40mail.gmail.com.
