[PATCH v4] Allow TTY tests to run under recent Mac OS

2014-11-14 Thread Mike Blume
TTY tests were previously skipped on all Mac OS systems because of a bug where reading from pty master occasionally hung. This bug has since been found not to be reproducible under Mac OS 10.9 and 10.10.1. Therefore, run TTY tests under Mac OS 10.9 (Mavericks) and higher. Signed-off-by: Mike

Re: [PATCH v4] Allow TTY tests to run under recent Mac OS

2014-11-14 Thread Junio C Hamano
Mike Blume blume.m...@gmail.com writes: TTY tests were previously skipped on all Mac OS systems because of a bug where reading from pty master occasionally hung. This bug has since been found not to be reproducible under Mac OS 10.9 and 10.10.1. Therefore, run TTY tests under Mac OS 10.9

Re: [PATCH v4] Allow TTY tests to run under recent Mac OS

2014-11-14 Thread Jonathan Nieder
Hi, Mike Blume wrote: TTY tests were previously skipped on all Mac OS systems because of a bug where reading from pty master occasionally hung. This bug has since been found not to be reproducible under Mac OS 10.9 and 10.10.1. Therefore, run TTY tests under Mac OS 10.9 (Mavericks) and

Re: [PATCH v4] Allow TTY tests to run under recent Mac OS

2014-11-14 Thread Junio C Hamano
Jonathan Nieder jrnie...@gmail.com writes: *puzzled* Testing on Yosemite with the following script[1] ... still seems to hang eventually (after 61 iterations when my officemate tried it), reproducing the bug. Thanks. I've merged it to 'next' and pushed out the result already, but we may

Re: [PATCH v4] Allow TTY tests to run under recent Mac OS

2014-11-14 Thread John Szakmeister
On Fri, Nov 14, 2014 at 6:21 PM, Jonathan Nieder jrnie...@gmail.com wrote: Hi, Mike Blume wrote: TTY tests were previously skipped on all Mac OS systems because of a bug where reading from pty master occasionally hung. This bug has since been found not to be reproducible under Mac OS 10.9