]> Cypherpunks repositories - gostls13.git/commit
runtime: don't run TestEnsureDropM on windows or plan9
authorIan Lance Taylor <iant@golang.org>
Mon, 18 Jan 2016 17:01:48 +0000 (09:01 -0800)
committerIan Lance Taylor <iant@golang.org>
Mon, 18 Jan 2016 18:40:45 +0000 (18:40 +0000)
commit9270973a5b5ac58a090166993893a3f104615e79
tree7df111653a894f86744e7a3ff156c81a3d0821a1
parent01b86400d94e3261f4163a9fc894596a4596571f
runtime: don't run TestEnsureDropM on windows or plan9

This is testing code in asm_GOARCH.s, so it's not necessary to run the
test on systems where it doesn't build.

Fixes #13991.

Change-Id: Ia7a2d3a34b32e6987dc67428c1e09e63baf0518a
Reviewed-on: https://go-review.googlesource.com/18707
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/runtime/crash_cgo_test.go
src/runtime/testdata/testprogcgo/dropm.go