>> 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
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
>>
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)
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