]> Cypherpunks repositories - gostls13.git/commit
runtime: skip windows stack tests in race mode
authorMichael Pratt <mpratt@google.com>
Wed, 21 May 2025 17:36:42 +0000 (13:36 -0400)
committerGopher Robot <gobot@golang.org>
Wed, 21 May 2025 18:05:35 +0000 (11:05 -0700)
commitce49eb488af1c5273b226b3b52a8cbd7eae63a51
tree4fe7c28ddff991ea72387b121ab3348ca81e2a7d
parentd2f229db7a3da4157fd7602f77513ce85c01ff04
runtime: skip windows stack tests in race mode

These became race instrumented in CL 643897, but race mode uses more
memory, so the test doesn't make much sense.

For #71395.

Change-Id: I6a6a636cf09ba29625aa9a22550314845fb2e611
Reviewed-on: https://go-review.googlesource.com/c/go/+/675077
Auto-Submit: Michael Pratt <mpratt@google.com>
Reviewed-by: Michael Knyszek <mknyszek@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
src/runtime/crash_cgo_test.go
src/runtime/syscall_windows_test.go