Simon Josefsson wrote:
> > Unconnected socket test... passed
> > Connected sockets test... failed (expecting POLLHUP after shutdown)
> > General socket test with fork... failed (expecting POLLHUP after
> > shutdown)
> > Pipe test... passed
> > FAIL: test-poll
> > FAIL: test-select-in.sh
> 
> I recall that Bruno said these were supposed to fail since they indicate
> problems in the gnulib replacement module.

Huh? The 'select' tests are supposed to be stable and to PASS on Unix
platforms since 2008-11-17. On mingw, there are known problems with
poll's and select's implementations; neither Paolo nor me has finished
this area yet. But Tom's report is about Solaris, not mingw.

So both failures are real failures.

Tom, what output do you get from test-select-in.sh if you add a "set -x"
before the second line of test-select-in.sh?

Bruno


Reply via email to