Re: Testresults for sparc-sun-solaris2.6

2008-12-20 Thread Bruno Haible
Tom G. Christensen wrote: > + rm -f t-select-in.tmp > + ./test-select-fd r 0 t-select-in.tmp > + cat t-select-in.tmp > + test 0 = 1 > + exit 1 Thanks. So apparently Solaris 2.6 has a problem with select() of /dev/null. I verified that the test passes on Solaris 7. It's probably not worth wor

Re: Testresults for sparc-sun-solaris2.6

2008-12-20 Thread Tom G. Christensen
On Sat, Dec 20, 2008 at 03:47:41PM +0100, Bruno Haible 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

Re: Testresults for sparc-sun-solaris2.6

2008-12-20 Thread Bruno Haible
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 reca

Re: Testresults for sparc-sun-solaris2.6

2008-12-20 Thread Eric Blake
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 According to Simon Josefsson on 12/20/2008 6:00 AM: >> ./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?

Re: Testresults for sparc-sun-solaris2.6

2008-12-20 Thread Simon Josefsson
"Tom G. Christensen" 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

Testresults for sparc-sun-solaris2.6

2008-12-20 Thread Tom G. Christensen
The compiler used was GCC 4.3.2 configured for native as/ld. GNU gettext 0.17 and GNU libiconv 1.12 was installed and available. Build flags set in env: CPPFLAGS="-I/usr/tgcware/include" LDFLAGS="-L/usr/tgcware/lib -Wl,-R,/usr/tgcware/lib" Using Simons daily snapshot the results are: