Re: Patch 7.4.1256

2016-02-08 Fir de Conversatie Bram Moolenaar
Ken Takata wrote: > 2016/2/4 Thu 8:12:02 UTC+9 Bram Moolenaar wrote: > > Patch 7.4.1256 > > Problem:On Mac sys.exit(0) doesn't kill the test server. > > Solution: Use self.server.shutdown(). (Jun Takimoto) > > Files: src/testdir/test_channel.py >

Re: Patch 7.4.1256

2016-02-08 Fir de Conversatie Ken Takata
Hi, 2016/2/4 Thu 8:12:02 UTC+9 Bram Moolenaar wrote: > Patch 7.4.1256 > Problem:On Mac sys.exit(0) doesn't kill the test server. > Solution: Use self.server.shutdown(). (Jun Takimoto) > Files: src/testdir/test_channel.py After this patch, test_channel.py doesn't

Re: Patch 7.4.1256

2016-02-04 Fir de Conversatie Bram Moolenaar
Jun T wrote: > test_channel "sporadically" fails on my Macs. > When it fails (in Test_communicate()), the output from the > server looks like: > > received: [3,"eval-works"] > sending: ["eval","\"foo\" . 123", -1] > sending: [3, "ok"] > received: [4,"eval-result"][-1,"foo123"] > > so it receive

Re: Patch 7.4.1256

2016-02-04 Fir de Conversatie Jun T.
test_channel "sporadically" fails on my Macs. When it fails (in Test_communicate()), the output from the server looks like: received: [3,"eval-works"] sending: ["eval","\"foo\" . 123", -1] sending: [3, "ok"] received: [4,"eval-result"][-1,"foo123"] so it receives [4,"eval-result"] before [-1,"foo

Re: Patch 7.4.1256

2016-02-04 Fir de Conversatie Bram Moolenaar
Jun T wrote: > On 2016/02/04, at 8:11, Bram Moolenaar wrote: > > > Patch 7.4.1256 > > Problem:On Mac sys.exit(0) doesn't kill the test server. > > I think sys.exit() was not working on Linux also. Anyway, It was working for me. Might depend

Re: Patch 7.4.1256

2016-02-03 Fir de Conversatie Jun T.
On 2016/02/04, at 10:28, "Jun T." wrote: > [1] test_channel.py in git master dosen't have the execution permission. Sorry, forget about this. -- -- 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,

Re: Patch 7.4.1256

2016-02-03 Fir de Conversatie Jun T.
On 2016/02/04, at 8:11, Bram Moolenaar wrote: > Patch 7.4.1256 > Problem:On Mac sys.exit(0) doesn't kill the test server. I think sys.exit() was not working on Linux also. Anyway, [1] test_channel.py in git master dosen't have the execution permission. [2] the commen

Patch 7.4.1256

2016-02-03 Fir de Conversatie Bram Moolenaar
Patch 7.4.1256 Problem:On Mac sys.exit(0) doesn't kill the test server. Solution: Use self.server.shutdown(). (Jun Takimoto) Files: src/testdir/test_channel.py *** ../vim-7.4.1255/src/testdir/test_channel.py 2016-02-03 23:59:39.042064651 +0100 --- src/testdir/test_channel.py 20