> This patch to the gotools Makefile adds tests to `make check`. We now > test the runtime package using the newly built go tool, and test that > cgo works by running the misc/cgo/test and misc/cgo/testcarchive > tests. Bootstrapped and ran Go testsuite on x86_64-pc-linux-gnu. > Committed to mainline.
There is now only one remaining gotools testsuite failure on alpha: FAIL: TestBreakpoint crash_test.go:106: testprog Breakpoint exit status: exit status 2 crash_test.go:310: output: SIGTRAP: trace trap PC=2199039253124 m=0 sigcode=0 goroutine 1 [running]: goroutine 3 [runnable]: created by runtime.SetFinalizer /space/homedirs/uros/gcc-svn/trunk/libgo/go/runtime/mfinal.go:355 +1280 want output containing: runtime.Breakpoint I would like to debug this one failure only. Is there a way to run only one gotools test? Can you perhaps give a hint where to look in the source? Uros.