bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Testresults for sparc-sun-solaris2.6


From: Tom G. Christensen
Subject: Re: Testresults for sparc-sun-solaris2.6
Date: Sat, 20 Dec 2008 17:36:02 +0100
User-agent: Mutt/1.4.2.2i

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: test-poll
> > > FAIL: test-select-in.sh
> > 
> 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?
> 
$ ./test-select-in.sh 
tmpfiles=
+ trap rm -fr $tmpfiles 1 2 3 15 
tmpfiles= t-select-in.tmp
+ rm -f t-select-in.tmp 
+ ./test-select-fd r 0 t-select-in.tmp 
+ cat t-select-in.tmp 
+ test 1 = 1 
+ rm -f t-select-in.tmp 
+ + sleep./test-select-fd r 0 t-select-in.tmp 
 1 
+ cat t-select-in.tmp 
+ test 0 = 0 
+ rm -f t-select-in.tmp 
+ sleep 1 
+ echo abc 
+ echo abc 
+ ./test-select-fd r 0 t-select-in.tmp 
+ cat t-select-in.tmp 
+ test 1 = 1 
+ 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 

-tgc




reply via email to

[Prev in Thread] Current Thread [Next in Thread]