Re: Test failure building 8.2.3567

2021-10-30 Fir de Conversatie Elimar Riesebieter
* Dominique Pellé  [2021-10-30 15:33 +0200]:

[...] 
> I tried building with all GUIs:
> >
> > gui  test outcome
> > ---  ---
> > noneTest SKIPPED (xim feature missing)
> > athena   Test FAILS
> > motifTest FAILS
> > gtk2 Test PASS
> > gtk3 Test PASS
> >
> > Maybe we need to skip the test with athena & motif, but it looks like
> > a workaround. I don't really know whether the test is wrong or whether it
> > shows a bug in Vim.
> >
> > I'll create a PR with an added `CheckFeature gui_gtk`.
> >
> > Dominique
> >
> 
> This PR should fix it: https://github.com/vim/vim/pull/9069

Yep, build runs fine ;-)

Elimar
-- 
  Alles, was viel bedacht wird, wird bedenklich!;-)
 Friedrich Nietzsche

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/20211031045402.uwpmq6udspw4ztxi%40baumbart.home.lxtec.de.


Re: Test failure building 8.2.3567

2021-10-30 Fir de Conversatie Dominique Pellé
Dominique Pellé wrote:

Elimar Riesebieter wrote:
>
> > Hi all,
> >
> > build environment:
> > CC=clang13
> > tmux session
> > TERM=tmux-256color
> > compiling 8.2.3567
> >
> > Failures:
> > From test_edit.vim:
> > Found errors in Test_edit_CTRL_hat():
> > command line..script
> /source/vim/vim-8.2.3567/src/vim-athena/testdir/runtest.vim[450]..function
> RunTheTest[44]..Test_edit_CTRL_hat line 10: Expected 0 but got 2
>
> I can reproduce by building with:
>
> $ CC=clang-13 ./configure --with-features=huge --enable-gui=athena
> --enable-python3interp=yes
> $ make -j10
> $ make test_edit
> ...
> Found errors in Test_edit_CTRL_hat():
> command line..script
> /home/pel/sb/vim/src/testdir/runtest.vim[450]..function
> RunTheTest[44]..Test_edit_CTRL_hat line 10: Expected 0 but got 2
>
> tmux is not needed to reproduce. What's needed in the athena or motif gui
> (even if the test
> fails in the terminal).
>
> I tried building with all GUIs:
>
> gui  test outcome
> ---  ---
> noneTest SKIPPED (xim feature missing)
> athena   Test FAILS
> motifTest FAILS
> gtk2 Test PASS
> gtk3 Test PASS
>
> Maybe we need to skip the test with athena & motif, but it looks like
> a workaround. I don't really know whether the test is wrong or whether it
> shows a bug in Vim.
>
> I'll create a PR with an added `CheckFeature gui_gtk`.
>
> Dominique
>

This PR should fix it: https://github.com/vim/vim/pull/9069

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/CAON-T_jFS-c88LJz%2BTB5Bj8_XudfCjA%3DiN%3DHo%3D4rtzGhrdVbcg%40mail.gmail.com.


Re: Test failure building 8.2.3567

2021-10-30 Fir de Conversatie Dominique Pellé
Elimar Riesebieter wrote:

> Hi all,
>
> build environment:
> CC=clang13
> tmux session
> TERM=tmux-256color
> compiling 8.2.3567
>
> Failures:
> From test_edit.vim:
> Found errors in Test_edit_CTRL_hat():
> command line..script
/source/vim/vim-8.2.3567/src/vim-athena/testdir/runtest.vim[450]..function
RunTheTest[44]..Test_edit_CTRL_hat line 10: Expected 0 but got 2

I can reproduce by building with:

$ CC=clang-13 ./configure --with-features=huge --enable-gui=athena
--enable-python3interp=yes
$ make -j10
$ make test_edit
...
Found errors in Test_edit_CTRL_hat():
command line..script
/home/pel/sb/vim/src/testdir/runtest.vim[450]..function
RunTheTest[44]..Test_edit_CTRL_hat line 10: Expected 0 but got 2

tmux is not needed to reproduce. What's needed in the athena or motif gui
(even if the test
fails in the terminal).

I tried building with all GUIs:

gui  test outcome
---  ---
noneTest SKIPPED (xim feature missing)
athena   Test FAILS
motifTest FAILS
gtk2 Test PASS
gtk3 Test PASS

Maybe we need to skip the test with athena & motif, but it looks like
a workaround. I don't really know whether the test is wrong or whether it
shows a bug in Vim.

I'll create a PR with an added `CheckFeature gui_gtk`.

Dominique

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/CAON-T_hJvyfOVV_Xmd0HA%2BdGwmoeE%3D_FC4UUCX7RjovR-06jRA%40mail.gmail.com.


Test failure building 8.2.3567

2021-10-30 Fir de Conversatie Elimar Riesebieter
Hi all,

build environment:
CC=clang13
tmux session
TERM=tmux-256color
compiling 8.2.3567

Failures:
From test_edit.vim:
Found errors in Test_edit_CTRL_hat():
command line..script 
/source/vim/vim-8.2.3567/src/vim-athena/testdir/runtest.vim[450]..function 
RunTheTest[44]..Test_edit_CTRL_hat line 10: Expected 0 but got 2

Elimar
-- 
  Learned men are the cisterns of knowledge,
  not the fountainheads ;-)

-- 
-- 
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 vim_dev+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/vim_dev/20211030122427.fwdbmdrkfvfid5nh%40baumbart.home.lxtec.de.