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