]> Cypherpunks repositories - gostls13.git/commit
runtime: skip testprogcgo tests in race mode on freebsd
authorMichael Pratt <mpratt@google.com>
Mon, 19 May 2025 21:28:45 +0000 (17:28 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 20 May 2025 18:31:20 +0000 (11:31 -0700)
commit2aac5a5cbacdaaefb518be7ea8ddc2a455ae35f2
tree4a222cc574d0748e8430227212ebb7be1341bcfd
parentca3b474702dcce86bf3e8597216cc73f43a17b16
runtime: skip testprogcgo tests in race mode on freebsd

These were just enabled by https://go.dev/cl/643897, but freebsd
unfortunately doesn't seem to support cgo + race mode by default.

For #73788.

Cq-Include-Trybots: luci.golang.try:gotip-freebsd-amd64-race
Change-Id: I6a6a636c06176ca746548d0588283b1429d7c6d5
Reviewed-on: https://go-review.googlesource.com/c/go/+/674160
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/coro_test.go
src/runtime/crash_cgo_test.go
src/runtime/crash_test.go
src/runtime/trace_cgo_test.go