]> Cypherpunks repositories - gostls13.git/commit
runtime: turn off large memmove tests under asan/msan
authorKeith Randall <khr@golang.org>
Fri, 11 Jul 2025 16:10:53 +0000 (09:10 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 11 Jul 2025 16:36:52 +0000 (09:36 -0700)
commit4bc3373c8e2cad24a779698477704306548949cb
treecc51249ff8c68921dd319cea84af4167cff2452f
parent88cf0c5d55a8c18da515485f4a3fcf008b96cb07
runtime: turn off large memmove tests under asan/msan

Just like we do for race mode. They are just too slow when running
with the sanitizers.

Fixes #59448

Change-Id: I86e3e3488ec5c4c29e410955e9dc4cbc99d39b84
Reviewed-on: https://go-review.googlesource.com/c/go/+/687535
Reviewed-by: Keith Randall <khr@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Cherry Mui <cherryyz@google.com>
Auto-Submit: Keith Randall <khr@golang.org>
src/runtime/memmove_test.go