Skip to content

Commit d3ddc48

Browse files
Rongronggg9randall77
authored andcommitted
test/convert5: skip mipsle
It's broken on 32-bit architectures, and mips (be) has been in the skip list. mipsle is somehow forgotten, so add it. Updates golang#67304 Change-Id: I6d12185c21c37d0524d245e0a7025e30add1fb6b Reviewed-on: https://go-review.googlesource.com/c/go/+/743740 Reviewed-by: Julian Zhu <jz531210@gmail.com> Reviewed-by: Keith Randall <khr@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
1 parent a595933 commit d3ddc48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/convert5.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
// Use of this source code is governed by a BSD-style
55
// license that can be found in the LICENSE file.
66

7-
//go:build !wasm && !386 && !arm && !mips
7+
//go:build !wasm && !386 && !arm && !mips && !mipsle
88

99
// TODO fix this to work for wasm and 32-bit architectures.
1010
// Doing more than this, however, expands the change.

0 commit comments

Comments
 (0)