]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestCgoExternalThreadSIGPROF on OS X 10.6
authorShenghou Ma <minux@golang.org>
Thu, 1 Jan 2015 06:10:39 +0000 (01:10 -0500)
committerMinux Ma <minux@golang.org>
Sat, 3 Jan 2015 03:18:46 +0000 (03:18 +0000)
commit2cbe27a27202dca5a643b75c79e25d4cccc3ae67
treecf3189b2cd1233ec2fd3533e587c6ff864b8d452
parent0e05bd59ac6bdc9586f8d378daa1c573c21090d9
runtime: skip TestCgoExternalThreadSIGPROF on OS X 10.6

The test program requires static constructor, which in turn needs
external linking to work, but external linking never works on 10.6.

This should fix the darwin-{386,amd64} builders.

Change-Id: I714fdd3e35f9a7e5f5659cf26367feec9412444f
Reviewed-on: https://go-review.googlesource.com/2235
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/runtime/crash_cgo_test.go