]> Cypherpunks repositories - gostls13.git/commitdiff
test: disable unsupported test for GOARCH=mips{,le}
authorVladimir Stefanovic <vladimir.stefanovic@imgtec.com>
Tue, 18 Oct 2016 21:51:12 +0000 (23:51 +0200)
committerBrad Fitzpatrick <bradfitz@golang.org>
Fri, 4 Nov 2016 16:46:38 +0000 (16:46 +0000)
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>
test/fixedbugs/issue10607.go

index bf527d0f772cbc0a90ecfc2fa7cc566adb8d3b9e..11893a1a7bec00897fb6c02e9871cf61f48673b1 100644 (file)
@@ -1,4 +1,4 @@
-// +build linux,!ppc64,!ppc64le
+// +build linux,!mips,!mipsle,!ppc64,!ppc64le
 // run
 
 // Copyright 2015 The Go Authors. All rights reserved.