runtime: fix TestGCTestMoveStackOnNextCall flakes
gcTestMoveStackOnNextCall can fail to move the stack in very rare cases if there's an unfortunately timed preemption that clobbers the stack guard. This won't happen multiple times in quick succession, so make the test just retry a few times. Change-Id: I247dc0551514e269e7132cee7945291429b0e865 Reviewed-on: https://go-review.googlesource.com/c/go/+/306671 Trust: Austin Clements <austin@google.com> Run-TryBot: Austin Clements <austin@google.com> Reviewed-by:Than McIntosh <thanm@google.com> Reviewed-by:
Michael Knyszek <mknyszek@google.com> TryBot-Result: Go Bot <gobot@golang.org>
Loading
Please sign in to comment