Rainer Orth <[email protected]> writes: > FAIL: time > > No hint why. >
> FAIL: net/http
>
> Again, no hint what's wrong.
Sometimes it helps to run
make GOTESTFLAGS=--keep time/check
and then run
LD_LIBRARY_PATH=.libs gotestNNNNN/a.out
That will sometimes print something useful. It seems that some times
test output is not captured in the log, but I haven't taken the time to
figure out why.
Ian
