On Fri, Sep 14, 2018 at 6:07 PM Dennis Clarke <dcla...@blastwave.org> wrote: > > > So I have gone in circles a number of times here and the results across > a few servers look like so : > > . > . > . > testatomic : SUCCESS > testdir : SUCCESS > testdso : SUCCESS > testdup : SUCCESS > testenv : SUCCESS > testescape : SUCCESS > testfile : SUCCESS > testfilecopy : SUCCESS > testfileinfo : SUCCESS > testflock : SUCCESS > testfmt : SUCCESS > testfnmatch : SUCCESS > testargs : SUCCESS > testhash : SUCCESS > testipsub : Line 209: expected <eth0>, but saw <%eth> > FAILED 1 of 6 > testlock : SUCCESS > testcond : SUCCESS > testlfs : Line 349: LFS support a no-op in 64-bit builds > SUCCESS > testmmap : SUCCESS > testnames : SUCCESS > testoc : SUCCESS > testpath : SUCCESS > testpipe : SUCCESS > testpoll : > > > Nothing ever happens after that point. > > I am using Oracle Studio 12.6 and c99 and not very interesting CFLAGS > with CPPFLAGS to provide -D_EXTENSIONS_ and also -D__EXTENSIONS__ or > the compile fails fast. > > Some process called "./testall -v" is running and also doing nothing. > Zero activity there. Truss says so. > > # ps -ef | grep 29868 > dclarke 29868 26961 0 19:48:54 pts/14 0:00 /usr/bin/bash -c > teststatus=0; \progfailed=""; \for prog in testlockperf test > root 5561 12826 0 22:05:05 pts/8 0:00 grep 29868 > dclarke 29900 29868 0 19:51:17 pts/14 0:07 ./testall -v > > So I am curious about how to get some more information here. >
It is passing for me on an an old system with very old sun studio. The testpoll test only takes about 2 seconds for me. You can do e.g. truss -u ::apr_poll\* -o truss.out test/testall testpoll