Re: Test failure building 8.2.0746

2020-05-13 Fir de Conversatie Yegappan Lakshmanan
Hi,

On Wed, May 13, 2020 at 4:09 AM Elimar Riesebieter 
wrote:

> * Elimar Riesebieter  [2020-05-13 12:09 +0200]:
>
> > Building 8.2.0746 on amd64 within a tmux-session gives the follwing test
> > failure:
> >
> > Failures:
> > From test_terminal.vim:
> > Found errors in Test_term_keycode_translation():
> > Run 1:
> > function RunTheTest[39]..Test_term_keycode_translation line 30:
> Expected ['', '', '', '', '', '', '', '',
> '', '', '', '', '', '', '',
> '', '', '', '', '', '', '',
> '', '', '', '', '', '',
> '', '', '0123456789', '\t\t.+-*/'] but got ['', '',
> '', '', '', '', '', '', '', '', '',
> '', '', '', '', '', '', '',
> '', '', '', '', '\t\t.+-*/', '',
> '', '', '', '', '', '',
> '', '45678012']
>
> Noticed this is https://github.com/vim/vim/issues/6070.
>
> I tried to run the test with different TERM (xterm,
> rxvt-unicode-256color, tmux-256color) settings but no success.
>
>
I am not able to reproduce this test failure in a tmux session running
on Ubuntu 19.10 inside a gnome-terminal. I tried running the test with
TERM set to xterm, screen and tmux-256color. In all the case, the
test passes.


> Kitty is not available here. But to be honest, we shouldn't need a
> special terminal emulator to run this test, though.
>
>
You don't need a special terminal emulator to run this test.

Regards,
Yegappan


> Elimar
>
>

-- 
-- 
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/CAAW7x7kWOkx4590FUKq14cMsRWc0Kz-TT2ire7HpGtYjMSKLAA%40mail.gmail.com.


Re: Test failure building 8.2.0746

2020-05-13 Fir de Conversatie Bram Moolenaar


Elimar Riesebieter wrote:

> Building 8.2.0746 on amd64 within a tmux-session gives the follwing test
> failure:
> 
> Failures:
> From test_terminal.vim:
> Found errors in Test_term_keycode_translation():
> Run 1:
> function RunTheTest[39]..Test_term_keycode_translation line 30: 
> Expected ['', '', '', '', '', '', '', '', 
> '', '', '', '', '', '', '', '', 
> '', '', '', '', '', '', '', 
> '', '', '', '', '', '', '', 
> '0123456789', '\t\t.+-*/'] but got ['', '', '', '', '', 
> '', '', '', '', '', '', '', '', 
> '', '', '', '', '', '', '', 
> '', '', '\t\t.+-*/', '', '', '', 
> '', '', '', '', '', '45678012']

I still can't reproduce this problem, also when running in tmux.
Anything else that matters?

-- 
The primary purpose of the DATA statement is to give names to constants;
instead of referring to pi as 3.141592653589793 at every appearance, the
variable PI can be given that value with a DATA statement and used instead
of the longer form of the constant.  This also simplifies modifying the
program, should the value of pi change.
-- FORTRAN manual for Xerox Computers

 /// Bram Moolenaar -- b...@moolenaar.net -- http://www.Moolenaar.net   \\\
///sponsor Vim, vote for features -- http://www.Vim.org/sponsor/ \\\
\\\  an exciting new programming language -- http://www.Zimbu.org///
 \\\help me help AIDS victims -- http://ICCF-Holland.org///

-- 
-- 
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/202005131454.04DEskhK011157%40masaka.moolenaar.net.


Re: Test failure building 8.2.0746

2020-05-13 Fir de Conversatie Elimar Riesebieter
* Elimar Riesebieter  [2020-05-13 12:09 +0200]:

> Building 8.2.0746 on amd64 within a tmux-session gives the follwing test
> failure:
> 
> Failures:
> From test_terminal.vim:
> Found errors in Test_term_keycode_translation():
> Run 1:
> function RunTheTest[39]..Test_term_keycode_translation line 30: 
> Expected ['', '', '', '', '', '', '', '', 
> '', '', '', '', '', '', '', '', 
> '', '', '', '', '', '', '', 
> '', '', '', '', '', '', '', 
> '0123456789', '\t\t.+-*/'] but got ['', '', '', '', '', 
> '', '', '', '', '', '', '', '', 
> '', '', '', '', '', '', '', 
> '', '', '\t\t.+-*/', '', '', '', 
> '', '', '', '', '', '45678012']

Noticed this is https://github.com/vim/vim/issues/6070. 

I tried to run the test with different TERM (xterm,
rxvt-unicode-256color, tmux-256color) settings but no success.

Kitty is not available here. But to be honest, we shouldn't need a
special terminal emulator to run this test, though.

Elimar
-- 
  Obviously the human brain works like a computer.
  Since there are no stupid computers humans can't be stupid.
  There are just a few running with Windows or even CE ;-)

-- 
-- 
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/20200513110911.dks3grn6asrxo26v%40toy.home.lxtec.de.


Test failure building 8.2.0746

2020-05-13 Fir de Conversatie Elimar Riesebieter
Building 8.2.0746 on amd64 within a tmux-session gives the follwing test
failure:

Failures:
From test_terminal.vim:
Found errors in Test_term_keycode_translation():
Run 1:
function RunTheTest[39]..Test_term_keycode_translation line 30: 
Expected ['', '', '', '', '', '', '', '', 
'', '', '', '', '', '', '', '', 
'', '', '', '', '', '', '', 
'', '', '', '', '', '', '', 
'0123456789', '\t\t.+-*/'] but got ['', '', '', '', '', 
'', '', '', '', '', '', '', '', 
'', '', '', '', '', '', '', 
'', '', '\t\t.+-*/', '', '', '', 
'', '', '', '', '', '45678012']

Elimar
-- 
  >what IMHO then?
  IMHO - Inhalation of a Multi-leafed Herbal Opiate ;)
  --posting from alex in debian-user--

-- 
-- 
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/20200513100900.zbv4vwggmd332227%40toy.home.lxtec.de.