Commit 3f699098 authored by Vladimir Stefanovic's avatar Vladimir Stefanovic Committed by Brad Fitzpatrick

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/31512Reviewed-by: default avatarBrad Fitzpatrick <bradfitz@golang.org>
parent 04d71354
// +build linux,!ppc64,!ppc64le // +build linux,!mips,!mipsle,!ppc64,!ppc64le
// run // run
// Copyright 2015 The Go Authors. All rights reserved. // Copyright 2015 The Go Authors. All rights reserved.
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment