]> git.feebdaed.xyz Git - 0xmirror/go.git/commit
runtime/secret: disable tests under memory validating modes
authorDaniel Morsing <daniel.morsing@gmail.com>
Fri, 28 Nov 2025 09:40:00 +0000 (09:40 +0000)
committerGopher Robot <gobot@golang.org>
Fri, 28 Nov 2025 14:15:02 +0000 (06:15 -0800)
commitde456450e7a49789de63c515cb78a1e38e88440e
tree2e273fbcecb2db6b851669b6108c9932c26e31f9
parent67d4a28707fe948b4d5fe3e171717ab887730c2b
runtime/secret: disable tests under memory validating modes

These tests rely on reading memory that has been freed, so any of the
modes that validate memory accesses are going to fail. Disable them for
now.

Fixes #76586.

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-msan-clang15,gotip-linux-amd64-asan-clang15,gotip-linux-amd64-race
Change-Id: I14ee5dfccbafa0e4da684a95ee42acf54499b013
Reviewed-on: https://go-review.googlesource.com/c/go/+/725140
Auto-Submit: Keith Randall <khr@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
Reviewed-by: Keith Randall <khr@google.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
src/runtime/secret/secret_test.go