]> Cypherpunks repositories - gostls13.git/commit
runtime/race: don't complain about unrun tests when fatal map access happens
authorDamien Neil <dneil@google.com>
Thu, 20 Mar 2025 20:33:49 +0000 (13:33 -0700)
committerDamien Neil <dneil@google.com>
Thu, 20 Mar 2025 22:02:35 +0000 (15:02 -0700)
commit686128a9f3f112c2e103622190673656811dee5f
tree96e8574dd11969dc60a4b32cd86497a2e25ad56f
parent93fe8c0415a10d26143a3ec1349937b2d94d0ebd
runtime/race: don't complain about unrun tests when fatal map access happens

Fixes #72964

Change-Id: I42c6994fec3b21774bddd1d4d65dc832d9149446
Reviewed-on: https://go-review.googlesource.com/c/go/+/659697
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/race/race_test.go