On Di, 22 Dez 2020, Bram Moolenaar wrote:
> > Christian Brabandt wrote: > > > 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 > > Perhaps something specific about the path, using backslash where a slash > is expected? I'll try to investigate this later. > > > 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. > > The tests check for very specific messages from the Python code. We > don't really care about the exact message, so long as the error is > given. I'll make it accept both messages we have seen. Ah great, thanks. Then I can at least allow this one again. Best, Christian -- Unmöglich kann ein naturhaftes Begehren vergeblich sein. -- Thomas von Aquin -- -- 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/20201222120143.GB1442%40256bit.org.
