On Sun, Feb 28, 2016 at 4:18 PM, Bram Moolenaar <[email protected]> wrote:
> > Manuel Ortega wrote: > > > I just build 7.4.1457 on OS X 10.11.3, and `make test` failed with this > > error: > > > > From test_channel.vim: > > Found errors in Test_open_delay(): > > function Test_open_delay[3]..<SNR>3_run_server line 46: 'Caught > exception: > > Vim(call):E631: ch_evalexpr(): write failed' > > TEST FAILURE > > make[2]: *** [report] Error 1 > > make[1]: *** [test] Error 2 > > make: *** [test] Error 2 > > > > Let me know if I need to provide anything else. > > That is unfortunate. Did it still pass with 7.4.1456? Then it must be > the change to channel_open() that causes this. > It did pass with 7.4.1456. It might be useful to have the log. Edit src/testdir/test_channel.vim > and uncomment the ch_logfile() line (near the end). Then run the test > and see if you can relate the log with that test failure. I tried doing this, but then I couldn't reproduce the test failure. This is baffling, since I made sure I could get a test failure more than once (with `make distclean` in between) before I bothered to report it here. Side note: After doing the suggested uncommenting, I found that running `make distclean` did NOT remove src/testdir/channellog. That should probably be fixed. Perhaps there are other test-related things that `make distclean` is not deleting, and which cause problems. I'll keep trying to reproduce the test failure, and if I can, I'll resurrect this thread. -Manny -- -- 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.
