]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestNoShrinkStackWhileParking on openbsd
authorDmitri Shuralyov <dmitshur@golang.org>
Wed, 20 Apr 2022 16:46:17 +0000 (12:46 -0400)
committerGopher Robot <gobot@golang.org>
Fri, 22 Apr 2022 17:22:12 +0000 (17:22 +0000)
commit534a911338a05b74b5c419080d563c6ae06d6dc8
tree999cb3720465e1aedf297c9180850851cb2e473e
parent32275013645aa3d5dc0fa9f2ed529bc201b79759
runtime: skip TestNoShrinkStackWhileParking on openbsd

The test has proven to be flaky on OpenBSD since March, and there
hasn't been progress on resolving this finding. Mark the test as
flaky to so that this problem doesn't block the Go 1.19 release.

Updates #51482.

Change-Id: I92ad7498c20cfa94565880363bec85f9a4f3e916
Reviewed-on: https://go-review.googlesource.com/c/go/+/401335
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Reviewed-by: Michael Pratt <mpratt@google.com>
src/runtime/chan_test.go