]> Cypherpunks repositories - gostls13.git/commit
runtime: disable stack allocation test when instrumentation is on
authorkhr@golang.org <khr@golang.org>
Tue, 20 May 2025 22:56:29 +0000 (15:56 -0700)
committerKeith Randall <khr@golang.org>
Wed, 21 May 2025 00:00:09 +0000 (17:00 -0700)
commit4cdca1342b1d3d9591d72a7e7cf67068aa54c524
tree58445a35c5d4ff384e56744b2f0e67901a732893
parentfccac5fe98d10479cab5031d1dd913b2f96387f2
runtime: disable stack allocation test when instrumentation is on

Should fix some asan build failures.

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