]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: enable TestNodeReading on linux/mips64x
authorCherry Zhang <lunaria21@gmail.com>
Thu, 28 Apr 2016 02:18:48 +0000 (22:18 -0400)
committerMinux Ma <minux@golang.org>
Wed, 4 May 2016 16:41:57 +0000 (16:41 +0000)
external linking is now supported.

Change-Id: I3f552f5f09391205fced509fe8a5a38297ea8153
Reviewed-on: https://go-review.googlesource.com/19810
Reviewed-by: Minux Ma <minux@golang.org>
src/cmd/go/note_test.go

index 84bc2a18721a3912a16325524b591271345b16ff..2ee013faf39a6d89da04222190391a23e7c73ec0 100644 (file)
@@ -47,8 +47,6 @@ func testNoteReading(t *testing.T) {
                t.Skipf("skipping - no cgo, so assuming external linking not available")
        case runtime.GOOS == "linux" && (runtime.GOARCH == "ppc64le" || runtime.GOARCH == "ppc64"):
                t.Skipf("skipping - external linking not supported, golang.org/issue/11184")
-       case runtime.GOOS == "linux" && (runtime.GOARCH == "mips64le" || runtime.GOARCH == "mips64"):
-               t.Skipf("skipping - external linking not supported, golang.org/issue/12560")
        case runtime.GOOS == "openbsd" && runtime.GOARCH == "arm":
                t.Skipf("skipping - external linking not supported, golang.org/issue/10619")
        case runtime.GOOS == "plan9":