#!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
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
mayMoreStackPreemptfor now.CC @VladSaiocUber