]> Cypherpunks repositories - gostls13.git/commit
runtime: skip TestCrashDumpsAllThreads with mayMoreStackPreempt
authorAustin Clements <austin@google.com>
Tue, 6 Jun 2023 17:07:37 +0000 (13:07 -0400)
committerGopher Robot <gobot@golang.org>
Tue, 6 Jun 2023 17:27:36 +0000 (17:27 +0000)
commitb7fc272ca95bce716ba1bab1bc2490b2f31edcb5
tree2ca5c83b8525d0d0820785c3ca5ab780418676db
parent89184adb9a834911af8d2f786b7ed454757c08e7
runtime: skip TestCrashDumpsAllThreads with mayMoreStackPreempt

This test is flaky with in mayMoreStackPreempt mode. This is probably
revealing a real bug in the scheduler, but since it seems to only
affect TestCrashDumpsAllThreads, which is itself testing a debug mode,
I don't think this is high priority.

Updates #55160.

Change-Id: Iac558c098930ad8d4392b1e82b34f55eaec77c48
Reviewed-on: https://go-review.googlesource.com/c/go/+/501229
Reviewed-by: Michael Pratt <mpratt@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Run-TryBot: Austin Clements <austin@google.com>
Auto-Submit: Austin Clements <austin@google.com>
src/runtime/crash_unix_test.go