]> Cypherpunks repositories - gostls13.git/commitdiff
test: skip issue22200b.go on mipsle
authorCherry Zhang <cherryyz@google.com>
Wed, 11 Oct 2017 20:05:10 +0000 (16:05 -0400)
committerCherry Zhang <cherryyz@google.com>
Wed, 11 Oct 2017 20:37:23 +0000 (20:37 +0000)
It should be skipped on 32-bit architectures.

Change-Id: If7a64b9e90e47c3e8734dd62729bfd2944ae926c
Reviewed-on: https://go-review.googlesource.com/70071
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Keith Randall <khr@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>

test/fixedbugs/issue22200b.go

index ceaae753f3ffade0743417b4f1a0425f84f8be67..8d4515eb05b312152a410ca88aa243be2ffceb48 100644 (file)
@@ -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