]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: pass GO_GCFLAGS to cpuN runtime tests
authorkhr@golang.org <khr@golang.org>
Tue, 20 May 2025 15:42:24 +0000 (08:42 -0700)
committerKeith Randall <khr@golang.org>
Tue, 20 May 2025 16:45:30 +0000 (09:45 -0700)
commitff9da9bcd579a08cf9ca62620c5956676ac28586
treeed9924a3f1f30072514bec0fe6414c4ef426227a
parent326e5e1b7a9f421db972fed0a6e79a1c9601d0ae
cmd/dist: pass GO_GCFLAGS to cpuN runtime tests

We want gcflags, which control builder type (e.g. noopt) to be used
for these tests also.

Should fix noopt and maybe other builders.

Change-Id: Iad34beab51714f0c38989ec0fc8778cf79087f72
Reviewed-on: https://go-review.googlesource.com/c/go/+/674455
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
src/cmd/dist/test.go