From: Cherry Zhang Date: Wed, 11 Oct 2017 20:05:10 +0000 (-0400) Subject: test: skip issue22200b.go on mipsle X-Git-Tag: go1.10beta1~763 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=70576947fdc74261577bfeeb0c5c03d2afffd4f0;p=gostls13.git test: skip issue22200b.go on mipsle It should be skipped on 32-bit architectures. Change-Id: If7a64b9e90e47c3e8734dd62729bfd2944ae926c Reviewed-on: https://go-review.googlesource.com/70071 Reviewed-by: Ian Lance Taylor Reviewed-by: Keith Randall Run-TryBot: Ian Lance Taylor --- diff --git a/test/fixedbugs/issue22200b.go b/test/fixedbugs/issue22200b.go index ceaae753f3..8d4515eb05 100644 --- a/test/fixedbugs/issue22200b.go +++ b/test/fixedbugs/issue22200b.go @@ -4,7 +4,7 @@ // Use of this source code is governed by a BSD-style // license that can be found in the LICENSE file. -// +build !386,!amd64p32,!arm,!mips +// +build !386,!amd64p32,!arm,!mips,!mipsle package p