Commit 58db5fc9 authored by Michael Hudson-Doyle's avatar Michael Hudson-Doyle

runtime: run TestCgoExternalThreadSIGPROF on ppc64le

It was disabled because of the lack of external linking.

Change-Id: Iccb4a4ef8c57d048d53deabe4e0f4e6b9dccce33
Reviewed-on: https://go-review.googlesource.com/16797Reviewed-by: 's avatarIan Lance Taylor <iant@golang.org>
parent 4255b78c
...@@ -84,7 +84,7 @@ func TestCgoExternalThreadSIGPROF(t *testing.T) { ...@@ -84,7 +84,7 @@ func TestCgoExternalThreadSIGPROF(t *testing.T) {
} }
} }
} }
if runtime.GOARCH == "ppc64" || runtime.GOARCH == "ppc64le" { if runtime.GOARCH == "ppc64" {
// TODO(austin) External linking not implemented on // TODO(austin) External linking not implemented on
// ppc64 (issue #8912) // ppc64 (issue #8912)
t.Skipf("no external linking on ppc64") t.Skipf("no external linking on ppc64")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment