Re: poll test failure on Cygwin

2010-03-16 Thread Paolo Bonzini
>> On the other hand, poll/select are broken on Windows for pipes anyway >> (and not fixable), so they probably shouldn't be tested in >> test-poll/test-select. > > Maybe for native Windows pipes, but cygwin can implement Unix pipes > using something other than native Windows pipes and get correct

Re: poll test failure on Cygwin

2010-03-15 Thread Eric Blake
On 03/15/2010 12:57 AM, Paolo Bonzini wrote: > On Sun, Mar 14, 2010 at 23:33, Bruno Haible wrote: >> Hi Paolo, Eric, >> >> On Cygwin 1.5.x the 'poll' test fails like this: >> >> Unconnected socket test... passed >> Connected sockets test... passed >> General socket test with fork... passed >>

Re: poll test failure on Cygwin

2010-03-14 Thread Paolo Bonzini
On Sun, Mar 14, 2010 at 23:33, Bruno Haible wrote: > Hi Paolo, Eric, > > On Cygwin 1.5.x the 'poll' test fails like this: > >  Unconnected socket test... passed >  Connected sockets test... passed >  General socket test with fork... passed >  Pipe test... failed (expecting POLLHUP after shutdown)

poll test failure on Cygwin

2010-03-14 Thread Bruno Haible
Hi Paolo, Eric, On Cygwin 1.5.x the 'poll' test fails like this: Unconnected socket test... passed Connected sockets test... passed General socket test with fork... passed Pipe test... failed (expecting POLLHUP after shutdown) FAIL: test-poll.exe What do you think? Is Cygwin broken? Or