This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Go patch committed: New lock/note implementation


Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE> writes:

> FAIL: go.go-torture/execute/go-1.go execution,  -O0 

There should be more information in gcc/testsuite/go/go.log.


> * All 64-bit libgo tests fail on the same target:
>
> FAIL: asn1
> /vol/gcc/src/hg/trunk/local/libgo/testsuite/gotest[422]: gotest-timeout: cannot create [No such file or directory]
> checkId: 65 should be 1
> checkId: 66 should be 1
>
> I've not yet investigated what's going on here.

I don't know what is going on either.

gotest-timeout is just a file created by the gotest script:

	(sleep `expr $timeout + 10`
	    echo > gotest-timeout
	    echo "timed out in gotest" 1>&2
	    kill -9 $pid) &

The error above implies that gotest is running in a directory which was
removed while the script was running.  I don't really see how libgo
could cause that to happen.  Could something else have been going on?

At this point I have no idea what is going wrong.

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]