2016-04-28 0:42 GMT+09:00 Bram Moolenaar <[email protected]>: > > Kazunobu Kuriyama wrote: > > > 2016-04-27 17:51 GMT+09:00 Bram Moolenaar <[email protected]>: > > > > > > > > Christian Brabandt wrote: > > > > > > > Am 2016-04-26 19:01, schrieb Bram Moolenaar: > > > > > Patch 7.4.1789 > > > > > > > > I think this patch broke the vim-win32-installer build > > > > > > > > From test_channel.vim: > > > > Found errors in Test_out_close_cb(): > > > > function RunTheTest[9]..Test_out_close_cb line 23: Expected 1 but > got 2 > > > > function RunTheTest[9]..Test_out_close_cb line 24: Expected 2 but > got 3 > > > > TEST FAILURE > > > > NMAKE : fatal error U1077: 'if' : return code '0x1' > > > > Stop. > > > > Command exited with code 1 > > > > > > > > > > > > https://ci.appveyor.com/project/chrisbra/vim-win32-installer/build/94/job/ah9t0xb7hkh14ous > > > > > > I noticed the travis build also failed with this error, but then passed > > > later. For me it always passes, thus it's hard to find out why it > would > > > sometimes fail. It looks like the callback is invoked twice, but I > > > don't know why/when that happens. Any idea? > > > > > > > On OS X, the same error happens occasionally. > > > > Since it didn't always happen, I had put it on probation and refrained > from > > accusing it of the failure. :) > > > > Having done 'make test' five or six times with ch_logfile of > > test_channel.vim enabled, I finally caught it. > > > > Attached are the waring message of the failure (warning.txt) and > > testdir/channellog when it happened. > > > > Hopefully, this could be helpful for you. > > Unfortunately the channellog is truncated before the interesting part. > Perhaps you can start the log in the Test_out_close_cb function. >
I added call
ch_log('Test_out_close_cb()')
just after test_channel.vim:1055, and the attached file is the result.
Does this contain the part you need?
>
> --
> If cars evolved at the same rate as computers have, they'd cost five euro,
> run for a year on a couple of liters of petrol, and explode once a day.
>
> /// Bram Moolenaar -- [email protected] -- 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 [email protected].
For more options, visit https://groups.google.com/d/optout.
channellog
Description: Binary data
