]> Cypherpunks repositories - gostls13.git/commit
test: consider default GOEXPERIMENT when matching build tags
authorCherry Zhang <cherryyz@google.com>
Sun, 11 Apr 2021 17:26:44 +0000 (13:26 -0400)
committerCherry Zhang <cherryyz@google.com>
Mon, 12 Apr 2021 16:25:59 +0000 (16:25 +0000)
commit9ed0e320599bcd559565207bb6a9b0c49a5b36ee
tree001754dcbb3a9bfb0a741aed98a8be297956b0b1
parent51a47b7ff2934b6c28ece51f6a37dc30bd37a02d
test: consider default GOEXPERIMENT when matching build tags

If GOEXPERIMENT environment variable is unset, use the default
value that is baked into the toolchain (instead of no
experiments).

Change-Id: I41f863e6f7439f2d53e3ebd25a7d9cf4a176e32e
Reviewed-on: https://go-review.googlesource.com/c/go/+/309333
Trust: Cherry Zhang <cherryyz@google.com>
Run-TryBot: Cherry Zhang <cherryyz@google.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Than McIntosh <thanm@google.com>
test/run.go