mirror of
https://github.com/golang/go
synced 2024-11-12 02:20:23 -07:00
cmd/go: enable TestNodeReading on linux/mips64x
external linking is now supported. Change-Id: I3f552f5f09391205fced509fe8a5a38297ea8153 Reviewed-on: https://go-review.googlesource.com/19810 Reviewed-by: Minux Ma <minux@golang.org>
This commit is contained in:
parent
1cec0fec8c
commit
3b4180c674
@ -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":
|
||||
|
Loading…
Reference in New Issue
Block a user