"Tom G. Christensen" <t...@jupiterrise.com> writes: > test-flock.c:72: assertion failed, errno = 22 > FAIL: test-flock
Reported before, I think. > ./test-parse-duration.sh: -u3: is not an identifier > FAIL: test-parse-duration.sh The problem seems to be: while read -u3 line Possibly the -u parameter to read isn't portable? > 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. This approach causes a slight problem; it makes it harder to notice when other regressions are introduced into gnulib -- checking whether all self-tests succeeds is easier than checking whether all self-tests excepts X, Y and Z succeeds. However, I guess this part could be automated too. > The full buildlog was submitted to autobuild.josefsson.org and can also > be found at http://jupiterrise.com/tmp. I don't see it on autobuild.josefsson.org... strange, did you e-mail the log to gnu...@autobuild.josefsson.org? Thanks, /Simon