]> Cypherpunks.ru repositories - gostls13.git/commitdiff
test: skip endian inlining test on noopt builder
authorJosh Bleecher Snyder <josharian@gmail.com>
Wed, 6 Oct 2021 20:42:17 +0000 (13:42 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Thu, 7 Oct 2021 00:39:17 +0000 (00:39 +0000)
Change-Id: I73b1ac23f322bcaff36eff7a5829654f299c1fdd
Reviewed-on: https://go-review.googlesource.com/c/go/+/354353
Trust: Josh Bleecher Snyder <josharian@gmail.com>
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Robert Griesemer <gri@golang.org>
test/inline_endian.go

index baca133452db1c0cc8df8982c337055ce44e4cf0..e00e06a75ee9598283f50ff15f2b11cf85de032a 100644 (file)
@@ -1,7 +1,8 @@
 // errorcheckwithauto -0 -m -d=inlfuncswithclosures=1
 
-//go:build 386 || amd64 || arm64 || ppc64le || s390x
+//go:build (386 || amd64 || arm64 || ppc64le || s390x) && !gcflags_noopt
 // +build 386 amd64 arm64 ppc64le s390x
+// +build !gcflags_noopt
 
 // Copyright 2021 The Go Authors. All rights reserved.
 // Use of this source code is governed by a BSD-style