]> Cypherpunks repositories - gostls13.git/commit
runtime: disable stack allocation tests on sanitizers
authorKeith Randall <khr@golang.org>
Thu, 20 Nov 2025 18:37:10 +0000 (10:37 -0800)
committerGopher Robot <gobot@golang.org>
Thu, 20 Nov 2025 22:42:50 +0000 (14:42 -0800)
commit8c3195973bd01da372713c4a7aac3e8e6f619ce5
treed04ddcb0486ee0719477cd2fa6e5f7b0c38b8772
parentff654ea1000af81bd08f24faf06c2113e8df001a
runtime: disable stack allocation tests on sanitizers

CL 707755 broke the asan/msan builders.

Change-Id: Ic9738140999a9bcfc94cecfe0964a5f1bc243c56
Reviewed-on: https://go-review.googlesource.com/c/go/+/722480
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Keith Randall <khr@google.com>
src/runtime/slice_test.go