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 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. -- A fool must search for a greater fool to find admiration. /// 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.
