Re: mingw: test-poll pipe part fails

2011-06-03 Thread Paolo Bonzini
On Sat, Jun 4, 2011 at 00:37, Matthias Bolte wrote: > After testing a while and reading MSDN docs the problem seems to be > that MsgWaitForMultipleObjects doesn't work on pipes. It doesn't > actually wait but just returns immediately. Digging MSDN and googling > about this suggest that there is no

Re: [PATCHv2] strerror: drop strerror_r dependency

2011-06-03 Thread Bruno Haible
Hi Eric, > Since the errno module is responsible for introducing replacement > errno values, it should also be responsible for translating those > new values into strings. And by moving the replacements into a > file managed by the errno, we can then break the dependency between > strerror and st

Re: mingw: test-poll pipe part fails

2011-06-03 Thread Matthias Bolte
2011/5/25 Matthias Bolte : > Output from a test run on mingw > > 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 > > This affects the attempt to make libvirt