runtime: TestGoroutineLeakProfile failures under mayMoreStackPreempt and mayMoreStackMove
Open
BugReport
compiler/runtime
NeedsInvestigation
- Dominant language
- Go
- Stars
- 139k
- Forks
- 19.4k
- PR merge metrics
- PR metrics pending
Description
```
#!watchflakes
default <- (pkg == "runtime:mayMoreStackPreempt" || pkg == "runtime:mayMoreStackMove") && test ~ `TestGoroutineLeakProfile`
```
Specifically, it seems that a bunch of leaks are no longer detected, but off-hand I can't tell why. I assume that maybe the check fires too early? Maybe goroutines don't get a chance to settle into their leaked state?
I'll send a change to skip the tests under `mayMoreStackPreempt` for now.
CC @VladSaiocUber
Contributor guide
Assessment
This issue has not been assessed yet.