]> Cypherpunks repositories - gostls13.git/commit
runtime: disable TestSegv in race mode
authorMichael Pratt <mpratt@google.com>
Mon, 19 May 2025 20:20:47 +0000 (16:20 -0400)
committerGopher Robot <gobot@golang.org>
Mon, 19 May 2025 21:07:20 +0000 (14:07 -0700)
commit2cde950049dd46cae3ae91cde3e270825793ba0f
tree127a0bae7835e004b8c61f33b5bd45be81b5e131
parentfd6afa352d0dfc86a158a6ef011454891593d065
runtime: disable TestSegv in race mode

This was just enabled in CL 643897. It seems to work fine on Linux, but
there are traceback issues on Darwin. We could disable just on Darwin,
but I'm not sure SIGSEGV inside of TSAN is something we care to support.

Fixes #73784.

Cq-Include-Trybots: luci.golang.try:gotip-darwin-arm64-race
Change-Id: I6a6a636cb15d7affaeb22c4c13d8f2a5c9bb31fd
Reviewed-on: https://go-review.googlesource.com/c/go/+/674276
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
Auto-Submit: Michael Pratt <mpratt@google.com>
src/runtime/crash_cgo_test.go