1
0
mirror of https://github.com/golang/go synced 2024-11-23 05:10:09 -07:00

test: disable unsupported test for GOARCH=mips{,le}

External linking on mips/mipsle is not supported yet (issue #17792).

Change-Id: Ic25f4f8fe9e0ec35c72ca9f85c053b398df4952c
Reviewed-on: https://go-review.googlesource.com/31512
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
This commit is contained in:
Vladimir Stefanovic 2016-10-18 23:51:12 +02:00 committed by Brad Fitzpatrick
parent 04d71354eb
commit 3f69909851

View File

@ -1,4 +1,4 @@
// +build linux,!ppc64,!ppc64le
// +build linux,!mips,!mipsle,!ppc64,!ppc64le
// run
// Copyright 2015 The Go Authors. All rights reserved.