]> Cypherpunks repositories - gostls13.git/commitdiff
runtime: enable external linker tests for aix/ppc64
authorClément Chigot <clement.chigot@atos.net>
Thu, 21 Feb 2019 09:45:40 +0000 (10:45 +0100)
committerIan Lance Taylor <iant@golang.org>
Tue, 19 Mar 2019 04:35:33 +0000 (04:35 +0000)
Change-Id: Icc42843adb15c2aba1cfea854fad049c6704344b
Reviewed-on: https://go-review.googlesource.com/c/go/+/164014
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/runtime/crash_cgo_test.go

index e0c8955e7d83f78ef29525362e890b0853378f4c..07eba78c8af470c3b51864f11d5bc0113e797678 100644 (file)
@@ -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")
        }