]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: run TestCgoExternalThreadSIGPROF on ppc64le
authorMichael Hudson-Doyle <michael.hudson@canonical.com>
Thu, 12 Nov 2015 00:05:49 +0000 (13:05 +1300)
committerMichael Hudson-Doyle <michael.hudson@canonical.com>
Thu, 12 Nov 2015 00:30:04 +0000 (00:30 +0000)
It was disabled because of the lack of external linking.

Change-Id: Iccb4a4ef8c57d048d53deabe4e0f4e6b9dccce33
Reviewed-on: https://go-review.googlesource.com/16797
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/crash_cgo_test.go

index 8e230064143b72bdbc3919358bfd4da0ff229929..df6c15df6933740e51a7d7ea7449eea71068d25a 100644 (file)
@@ -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
                // ppc64 (issue #8912)
                t.Skipf("no external linking on ppc64")