1
0
mirror of https://github.com/golang/go synced 2024-11-24 05:20:04 -07:00

cmd/go: skip part of TestNoteReading for mips64{,le}

Because external linking is not supported for now.

Change-Id: Icdd8f3cb3bfb781a990e529fce9129d91e98a9ec
Reviewed-on: https://go-review.googlesource.com/14457
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Yao Zhang 2015-09-10 07:19:08 -04:00 committed by Brad Fitzpatrick
parent d8384e9a8f
commit 1153737e86

View File

@ -28,6 +28,10 @@ func TestNoteReading(t *testing.T) {
t.Skipf("skipping - golang.org/issue/11184")
}
if runtime.GOOS == "linux" && (runtime.GOARCH == "mips64le" || runtime.GOARCH == "mips64") {
t.Skipf("skipping - external linking not supported, golang.org/issue/12560")
}
switch runtime.GOOS {
case "plan9":
// no external linking