From: Cherry Zhang Date: Wed, 28 Apr 2021 15:24:24 +0000 (-0400) Subject: test: do not run fuse test in noopt mode X-Git-Tag: go1.17beta1~396 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=becb9a278fdeccfb562dd1232f052050f00a4aaa;p=gostls13.git test: do not run fuse test in noopt mode Change-Id: Iad8ac2253ce28fd0a331bde36836d1b7f25797bd Reviewed-on: https://go-review.googlesource.com/c/go/+/314632 Trust: Cherry Zhang Run-TryBot: Cherry Zhang Reviewed-by: Bryan C. Mills TryBot-Result: Go Bot --- diff --git a/test/fuse.go b/test/fuse.go index 7d39c3cdb9..ea908bfd4d 100644 --- a/test/fuse.go +++ b/test/fuse.go @@ -1,4 +1,4 @@ -// +build amd64 arm64 +// +build amd64,!gcflags_noopt arm64,!gcflags_noopt // errorcheck -0 -d=ssa/late_fuse/debug=1 // Copyright 2021 The Go Authors. All rights reserved.