On Sat, Jan 23, 2021 at 2:19 PM Elimar Riesebieter <
ries...@lxtec.de> wrote:
>
> Hi all,
>
> building 8.2.2395 I get:
>
> From test_fold.vim:
> Found errors in Test_fold_relative_move():
> command line..script /source/vim/vim-8.2.2395/src/vim-gtk3/testdir/runtest.vim[468]..function RunTheTest[39]..Test_fold_relative_move line 25: Expected 3 but got 2
> command line..script /source/vim/vim-8.2.2395/src/vim-gtk3/testdir/runtest.vim[468]..function RunTheTest[39]..Test_fold_relative_move line 30: Expected 2 but got 1
>
> Building within tmux. Using clang-11 as compiler. Platform -> Linux amd64
>
> Elimar
I also see this test failure. I had created this ticket about it:
https://github.com/vim/vim/issues/7731
Glad it's not just me who sees this test failure :-)
Since not everybody sees the test failure, maybe
it's triggered by some build configs? I need to check
several build configs.
I hope to find time later today to look at it, at least
I want to look at the valgrind uninitialized memory in
the ticket (although it may be unrelated to the test failure).
Regards
Dominique