Skip to content

Commit

Permalink
test: disable unsupported test for GOARCH=mips{,le}
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Vladimir Stefanovic authored and bradfitz committed Nov 4, 2016
1 parent 04d7135 commit 3f69909
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/fixedbugs/issue10607.go
@@ -1,4 +1,4 @@
// +build linux,!ppc64,!ppc64le
// +build linux,!mips,!mipsle,!ppc64,!ppc64le
// run

// Copyright 2015 The Go Authors. All rights reserved.
Expand Down

0 comments on commit 3f69909

Please sign in to comment.