aboutsummaryrefslogtreecommitdiff
path: root/src/cmd/go
diff options
context:
space:
mode:
authorCherry Mui <cherryyz@google.com>2021-12-23 13:09:02 -0500
committerCherry Mui <cherryyz@google.com>2021-12-23 18:58:36 +0000
commitaf3b8cf5026a9d74a53ac5d3fec2bba35a96ad91 (patch)
treeed37eebedf4878fa7d78fb0588465f0fd21d16d1 /src/cmd/go
parented766b6ffbf9f0b3efc5cb2790cb9bb3a4af856d (diff)
downloadgo-af3b8cf5026a9d74a53ac5d3fec2bba35a96ad91.tar.gz
go-af3b8cf5026a9d74a53ac5d3fec2bba35a96ad91.zip
cmd/go: remove MallocNanoZone environment variable workaround
We added a workaround in runtime/race. This should not be necessary now. Updates #49138. Change-Id: Ia2010e4acc95c4ddf5f463ab2919401d893c0bac Reviewed-on: https://go-review.googlesource.com/c/go/+/374314 Trust: Cherry Mui <cherryyz@google.com> Run-TryBot: Cherry Mui <cherryyz@google.com> Reviewed-by: Ian Lance Taylor <iant@golang.org> TryBot-Result: Gopher Robot <gobot@golang.org>
Diffstat (limited to 'src/cmd/go')
-rw-r--r--src/cmd/go/script_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/go/script_test.go b/src/cmd/go/script_test.go
index dbfba2291c..7adbc71a89 100644
--- a/src/cmd/go/script_test.go
+++ b/src/cmd/go/script_test.go
@@ -146,7 +146,6 @@ var extraEnvKeys = []string{
"GO_TESTING_GOTOOLS", // for gccgo testing
"GCCGO", // for gccgo testing
"GCCGOTOOLDIR", // for gccgo testing
- "MallocNanoZone", // Needed to work around an apparent kernel bug in macOS 12; see https://golang.org/issue/49138.
}
// setup sets up the test execution temporary directory and environment.