Re: Test failure building 8.0.1111

2017-09-18 Fir de Conversatie Elimar Riesebieter
* James McCoy  [2017-09-17 23:41 -0400]:

> On Sun, Sep 17, 2017 at 09:00:19PM +0200, Bram Moolenaar wrote:
> > 
> > Elimar Riesebieter wrote:
> > 
> > > > > > > on a  32bit (i386) system I get:
> > > > > > > 
> > > > > > > Found errors in Test_peek_and_get_char():
> > > > > > > function RunTheTest[24]..Test_peek_and_get_char line 7: Expected 
> > > > > > > 97 but got 3
> > > > > > > Found errors in Test_stop_all_in_callback():
> > > > > > > function RunTheTest[24]..Test_stop_all_in_callback line 3: 
> > > > > > > Expected 1 but got 2
> > > > > > > 
> > > > > > > 
> > > > > > > On a 64bit (amd64) system the build went fine.
> > > > > > 
> > > > > > Strange, I have not seen that fail.  Is it just flaky perhaps?
> > > > > 
> > > > > A simple
> > > > > 
> > > > > ./configure && make && make test
> > > > > 
> > > > > in a clean source tree (meanwhile v8.0.1118) gives the same error.
> > > > 
> > > > What kind of system is this?
> > > 
> > > Linux 4.9.50, i386
> > 
> > I don't have a 32 bit Linux system, I hope someone else can look into
> > this.
> 
> This should be fixed by .

I can confirm that the tests run fine with this commit on both i386
and ppc.
Thanks!

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.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure building 8.0.1111

2017-09-17 Fir de Conversatie James McCoy
On Sun, Sep 17, 2017 at 09:00:19PM +0200, Bram Moolenaar wrote:
> 
> Elimar Riesebieter wrote:
> 
> > > > > > on a  32bit (i386) system I get:
> > > > > > 
> > > > > > Found errors in Test_peek_and_get_char():
> > > > > > function RunTheTest[24]..Test_peek_and_get_char line 7: Expected 97 
> > > > > > but got 3
> > > > > > Found errors in Test_stop_all_in_callback():
> > > > > > function RunTheTest[24]..Test_stop_all_in_callback line 3: Expected 
> > > > > > 1 but got 2
> > > > > > 
> > > > > > 
> > > > > > On a 64bit (amd64) system the build went fine.
> > > > > 
> > > > > Strange, I have not seen that fail.  Is it just flaky perhaps?
> > > > 
> > > > A simple
> > > > 
> > > > ./configure && make && make test
> > > > 
> > > > in a clean source tree (meanwhile v8.0.1118) gives the same error.
> > > 
> > > What kind of system is this?
> > 
> > Linux 4.9.50, i386
> 
> I don't have a 32 bit Linux system, I hope someone else can look into
> this.

This should be fixed by .

Cheers,
-- 
James
GPG Key: 4096R/91BF BF4D 6956 BD5D F7B7  2D23 DFE6 91AE 331B A3DB

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure building 8.0.1111

2017-09-17 Fir de Conversatie Bram Moolenaar

Elimar Riesebieter wrote:

> > > > > on a  32bit (i386) system I get:
> > > > > 
> > > > > Found errors in Test_peek_and_get_char():
> > > > > function RunTheTest[24]..Test_peek_and_get_char line 7: Expected 97 
> > > > > but got 3
> > > > > Found errors in Test_stop_all_in_callback():
> > > > > function RunTheTest[24]..Test_stop_all_in_callback line 3: Expected 1 
> > > > > but got 2
> > > > > 
> > > > > 
> > > > > On a 64bit (amd64) system the build went fine.
> > > > 
> > > > Strange, I have not seen that fail.  Is it just flaky perhaps?
> > > 
> > > A simple
> > > 
> > > ./configure && make && make test
> > > 
> > > in a clean source tree (meanwhile v8.0.1118) gives the same error.
> > 
> > What kind of system is this?
> 
> Linux 4.9.50, i386

I don't have a 32 bit Linux system, I hope someone else can look into
this.

-- 
hundred-and-one symptoms of being an internet addict:
144. You eagerly await the update of the "Cool Site of the Day."

 /// 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.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure building 8.0.1111

2017-09-17 Fir de Conversatie Elimar Riesebieter
* Bram Moolenaar  [2017-09-17 19:08 +0200]:

> 
> Elimar Riesebieter wrote:
> 
> > > > on a  32bit (i386) system I get:
> > > > 
> > > > Found errors in Test_peek_and_get_char():
> > > > function RunTheTest[24]..Test_peek_and_get_char line 7: Expected 97 but 
> > > > got 3
> > > > Found errors in Test_stop_all_in_callback():
> > > > function RunTheTest[24]..Test_stop_all_in_callback line 3: Expected 1 
> > > > but got 2
> > > > 
> > > > 
> > > > On a 64bit (amd64) system the build went fine.
> > > 
> > > Strange, I have not seen that fail.  Is it just flaky perhaps?
> > 
> > A simple
> > 
> > ./configure && make && make test
> > 
> > in a clean source tree (meanwhile v8.0.1118) gives the same error.
> 
> What kind of system is this?

Linux 4.9.50, i386

Elimar
-- 
  Numeric stability is probably not all that
  important when you're guessing;-)

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure building 8.0.1111

2017-09-17 Fir de Conversatie Bram Moolenaar

Elimar Riesebieter wrote:

> > > on a  32bit (i386) system I get:
> > > 
> > > Found errors in Test_peek_and_get_char():
> > > function RunTheTest[24]..Test_peek_and_get_char line 7: Expected 97 but 
> > > got 3
> > > Found errors in Test_stop_all_in_callback():
> > > function RunTheTest[24]..Test_stop_all_in_callback line 3: Expected 1 but 
> > > got 2
> > > 
> > > 
> > > On a 64bit (amd64) system the build went fine.
> > 
> > Strange, I have not seen that fail.  Is it just flaky perhaps?
> 
> A simple
> 
> ./configure && make && make test
> 
> in a clean source tree (meanwhile v8.0.1118) gives the same error.

What kind of system is this?

-- 
hundred-and-one symptoms of being an internet addict:
140. You'd rather catch a score on the web than watch the game as
 it is being played on tv.

 /// 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.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure building 8.0.1111

2017-09-17 Fir de Conversatie Elimar Riesebieter
* Bram Moolenaar  [2017-09-15 20:43 +0200]:

> 
> Elimar Riesebieter wrote:
> 
> > on a  32bit (i386) system I get:
> > 
> > Found errors in Test_peek_and_get_char():
> > function RunTheTest[24]..Test_peek_and_get_char line 7: Expected 97 but got 
> > 3
> > Found errors in Test_stop_all_in_callback():
> > function RunTheTest[24]..Test_stop_all_in_callback line 3: Expected 1 but 
> > got 2
> > 
> > 
> > On a 64bit (amd64) system the build went fine.
> 
> Strange, I have not seen that fail.  Is it just flaky perhaps?

A simple

./configure && make && make test

in a clean source tree (meanwhile v8.0.1118) gives the same error.

Elimar
-- 
  The path to source is always uphill!
-unknown-

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure building 8.0.1111

2017-09-15 Fir de Conversatie Elimar Riesebieter
* Bram Moolenaar  [2017-09-15 20:43 +0200]:

> 
> Elimar Riesebieter wrote:
> 
> > on a  32bit (i386) system I get:
> > 
> > Found errors in Test_peek_and_get_char():
> > function RunTheTest[24]..Test_peek_and_get_char line 7: Expected 97 but got 
> > 3
> > Found errors in Test_stop_all_in_callback():
> > function RunTheTest[24]..Test_stop_all_in_callback line 3: Expected 1 but 
> > got 2
> > 
> > 
> > On a 64bit (amd64) system the build went fine.
> 
> Strange, I have not seen that fail.  Is it just flaky perhaps?

I've build in a clean chroot. Both i386 and ppc failed with the same
errors. Tried clang-5 and gcc 7.2. Nothing helped.

Elimar
-- 
  Do you smell something burning or is it me?

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.


Re: Test failure building 8.0.1111

2017-09-15 Fir de Conversatie Bram Moolenaar

Elimar Riesebieter wrote:

> on a  32bit (i386) system I get:
> 
> Found errors in Test_peek_and_get_char():
> function RunTheTest[24]..Test_peek_and_get_char line 7: Expected 97 but got 3
> Found errors in Test_stop_all_in_callback():
> function RunTheTest[24]..Test_stop_all_in_callback line 3: Expected 1 but got 
> 2
> 
> 
> On a 64bit (amd64) system the build went fine.

Strange, I have not seen that fail.  Is it just flaky perhaps?

-- 
I'm writing a book.  I've got the page numbers done.

 /// 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.
For more options, visit https://groups.google.com/d/optout.


Test failure building 8.0.1111

2017-09-15 Fir de Conversatie Elimar Riesebieter
Hi all,

on a  32bit (i386) system I get:

Found errors in Test_peek_and_get_char():
function RunTheTest[24]..Test_peek_and_get_char line 7: Expected 97 but got 3
Found errors in Test_stop_all_in_callback():
function RunTheTest[24]..Test_stop_all_in_callback line 3: Expected 1 but got 2


On a 64bit (amd64) system the build went fine.

Elimar
-- 
  The path to source is always uphill!
-unknown-

-- 
-- 
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.
For more options, visit https://groups.google.com/d/optout.