]> Cypherpunks repositories - gostls13.git/commit
internal/runtime/maps: enable race for map functions in internal/runtime/maps
authorMichael Pratt <mpratt@google.com>
Tue, 17 Sep 2024 19:42:26 +0000 (15:42 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 30 Oct 2024 14:59:34 +0000 (14:59 +0000)
commit3a6795554daf96d4e01ab02f999a1ea7dde2660c
tree6b489a1f0f48b1193ff8d00712764d6281d7b179
parente25b913127ac8ba26c4ecc39288c7f8781f4ef5d
internal/runtime/maps: enable race for map functions in internal/runtime/maps

For #54766.

Cq-Include-Trybots: luci.golang.try:gotip-linux-amd64-longtest-swissmap
Change-Id: Iebc7f5482299cb7c4ecccc4c2eb46b4bc42c5fc3
Reviewed-on: https://go-review.googlesource.com/c/go/+/616459
Reviewed-by: Keith Randall <khr@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Keith Randall <khr@golang.org>
src/internal/race/norace.go
src/internal/race/race.go
src/internal/runtime/maps/runtime_swiss.go
src/runtime/race.go