Hi, I just noticed, that the vim-appimage release fails since march with those error messages in the test:
Excerpt from the logfile: https://api.travis-ci.org/v3/job/750898814/log.txt Failures: From test_options.vim: Found errors in Test_backupskip(): Caught exception in Test_backupskip(): Vim(call):E484: Can't open file Xtestout @ command line..script /home/travis/build/vim/vim-appimage/vim/src/testdir/runtest.vim[468]..function RunTheTest[39]..Test_backupskip, line 68 Found errors in Test_opt_default_cdpath(): Caught exception in Test_opt_default_cdpath(): Vim(call):E484: Can't open file Xtestout @ command line..script /home/travis/build/vim/vim-appimage/vim/src/testdir/runtest.vim[468]..function RunTheTest[39]..Test_opt_default_cdpath, line 13 From test_python3.vim: Found errors in Test_python3_dict(): command line..script /home/travis/build/vim/vim-appimage/vim/src/testdir/runtest.vim[468]..function RunTheTest[39]..Test_python3_dict[2]..AssertException line 9: Pattern 'Vim(py3):SystemError: <built-in function eval> returned NULL without setting an error' does not match 'Vim(py3):SystemError: error return without exception set' command line..script /home/travis/build/vim/vim-appimage/vim/src/testdir/runtest.vim[468]..function RunTheTest[39]..Test_python3_dict[6]..AssertException line 9: Pattern 'Vim(py3):SystemError: <built-in function eval> returned NULL without setting an error' does not match 'Vim(py3):SystemError: error return without exception set' Found errors in Test_python3_list(): command line..script /home/travis/build/vim/vim-appimage/vim/src/testdir/runtest.vim[468]..function RunTheTest[39]..Test_python3_list[2]..AssertException line 9: Pattern 'Vim(py3):SystemError: <built-in function eval> returned NULL without setting an error' does not match 'Vim(py3):SystemError: error return without exception set' command line..script /home/travis/build/vim/vim-appimage/vim/src/testdir/runtest.vim[468]..function RunTheTest[39]..Test_python3_list[6]..AssertException line 9: Pattern 'Vim(py3):SystemError: <built-in function eval> returned NULL without setting an error' does not match 'Vim(py3):SystemError: error return without exception set' Does anybody know, what this would cause? For now I have disabled those tests over there, so that at least a new release can be build and used. For the first 2 failures, I thought perhaps the vim that is run in a terminal writes those files to a different directory, causing them to be not found, but not sure. And I have no clue at all about the python3 failures. On a related Note: how hard is it to migrate travis CI scripts to github/actions? Thanks, Christian -- Die Erinnerung ist das einzige Paradies, aus dem wir nicht vertrieben werden können. -- Jean Paul (eig. Johann Paul Friedrich Richter) -- -- 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/20201222110255.GA1442%40256bit.org.
