Re: TTY tests are unnecessarily suppressed under Mac OS

2014-11-13 Thread Jeff King
On Thu, Nov 13, 2014 at 09:06:51PM +, Michael Blume wrote: > Can do =) > > uname -r spits out "14.0.0". Is there anything in git's testing library for > comparing version strings or should I roll my own? No, there's nothing standard for comparing version numbers. Probably test "$(uname

Re: TTY tests are unnecessarily suppressed under Mac OS

2014-11-13 Thread Jeff King
On Wed, Nov 12, 2014 at 02:25:52PM -0800, Michael Blume wrote: > From lib_terminal.sh: > > # Reading from the pty master seems to get stuck _sometimes_ > # on Mac OS X 10.5.0, using Perl 5.10.0 or 5.8.9. > # > # Reproduction recipe: run > # > # i=0 > # while ./test-terminal.perl echo hi $i > # do

TTY tests are unnecessarily suppressed under Mac OS

2014-11-12 Thread Michael Blume
>From lib_terminal.sh: # Reading from the pty master seems to get stuck _sometimes_ # on Mac OS X 10.5.0, using Perl 5.10.0 or 5.8.9. # # Reproduction recipe: run # # i=0 # while ./test-terminal.perl echo hi $i # do # : $((i = $i + 1)) # done # # After 2000 iterations or so it hangs. # https://rt.