Skip to content

Commit d138ee2

Browse files
committed
test/abi: disable test on windows for now
This tickles some other bug, do this to clear builders. Updates golang#40724. Updates golang#45465. Change-Id: Id51efbcf474865da231fcbc6216e5d604f99c296 Reviewed-on: https://go-review.googlesource.com/c/go/+/308889 Trust: David Chase <drchase@google.com> Run-TryBot: David Chase <drchase@google.com> Reviewed-by: Than McIntosh <thanm@google.com> Reviewed-by: Cherry Zhang <cherryyz@google.com> TryBot-Result: Go Bot <gobot@golang.org>
1 parent dcc801e commit d138ee2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/abi/bad_select_crash.go

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
// build -goexperiment regabi,regabiargs
22

3+
//go:build !windows
4+
35
// Copyright 2021 The Go Authors. All rights reserved.
46
// Use of this source code is governed by a BSD-style
57
// license that can be found in the LICENSE file.

0 commit comments

Comments
 (0)