diff --git a/src/runtime/crash_cgo_test.go b/src/runtime/crash_cgo_test.go index e0c8955e7d..07eba78c8a 100644 --- a/src/runtime/crash_cgo_test.go +++ b/src/runtime/crash_cgo_test.go @@ -90,9 +90,9 @@ func TestCgoExternalThreadSIGPROF(t *testing.T) { case "plan9", "windows": t.Skipf("no pthreads on %s", runtime.GOOS) } - if runtime.GOARCH == "ppc64" { + if runtime.GOARCH == "ppc64" && runtime.GOOS == "linux" { // TODO(austin) External linking not implemented on - // ppc64 (issue #8912) + // linux/ppc64 (issue #8912) t.Skipf("no external linking on ppc64") }