]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/test: disable sigaltstack test on darwin/386
authorRuss Cox <rsc@golang.org>
Wed, 27 Jan 2016 22:24:03 +0000 (17:24 -0500)
committerRuss Cox <rsc@golang.org>
Wed, 27 Jan 2016 22:27:05 +0000 (22:27 +0000)
commite7ce1ba88c7c2a8c02c48ecb341540b30d9e9159
tree6207e4ce5894365cec75876c0f43ad8cfaff50eb
parenta3c1a3f40120b4cf6a5e24025a0279a8c48ea22f
misc/cgo/test: disable sigaltstack test on darwin/386

It doesn't work there ("out of memory") and doesn't really matter.
Fixes build (now that we enable cgo on the darwin/386 builder.)

Change-Id: I1d91e51ecb88c54eae39ac9a76f2c0b4e45263b0
Reviewed-on: https://go-review.googlesource.com/19004
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/test/sigaltstack.go