runtime: skip TestBigGOMAXPROCS on windows/386#77310
runtime: skip TestBigGOMAXPROCS on windows/386#77310ibrahimypr wants to merge 1 commit intogolang:masterfrom
Conversation
|
Thanks for your pull request! It looks like this may be your first contribution to a Google open source project. Before we can look at your pull request, you'll need to sign a Contributor License Agreement (CLA). View this failed invocation of the CLA check for more information. For the most up to date status, view the checks section at the bottom of the pull request. |
TestBigGOMAXPROCS attempts to start many threads, which can fail on windows/386 due to limited user address space (usually 2GB). This change skips the test on this platform to prevent flaky failures. Fixes golang#77278
f3b0981 to
b1668b3
Compare
|
This PR (HEAD: b1668b3) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/go/+/739140. Important tips:
|
|
Message from Gopher Robot: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/739140. |
|
Message from Gopher Robot: Patch Set 1: Congratulations on opening your first change. Thank you for your contribution! Next steps: Most changes in the Go project go through a few rounds of revision. This can be During May-July and Nov-Jan the Go project is in a code freeze, during which Please don’t reply on this GitHub thread. Visit golang.org/cl/739140. |
TestBigGOMAXPROCS attempts to start many threads, which can fail on windows/386 due to limited user address space (usually 2GB). This change skips the test on this platform to prevent flaky failures.