mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
test/abi: disable test on windows for now
This tickles some other bug, do this to clear builders. Updates #40724. Updates #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>
This commit is contained in:
parent
dcc801ef81
commit
d138ee2cfb
1 changed files with 2 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
// build -goexperiment regabi,regabiargs
|
||||
|
||||
//go:build !windows
|
||||
|
||||
// Copyright 2021 The Go Authors. All rights reserved.
|
||||
// Use of this source code is governed by a BSD-style
|
||||
// license that can be found in the LICENSE file.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue