-
Notifications
You must be signed in to change notification settings - Fork 17.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
runtime/pprof: TestMorestack failures on darwin/amd64 #44418
Comments
This was mitigated on the |
Also mitigated on |
This is a friendly ping since this is a release-blocking issue. |
I'll take a look, maybe tomorrow. |
@cherrymui A friendly ping on this again. |
Change https://golang.org/cl/307730 mentions this issue: |
Still a little flaky on |
Oop, this issue was for |
As of CL 292229, the
runtime/pprof
tests are no longer skipped on macOS.Unfortunately, they don't always pass, either:
2021-02-19T08:48:55-7764ee5/darwin-amd64-race
2021-02-19T01:22:14-87f425d/darwin-amd64-race
2021-02-19T00:41:47-5f2e24e/darwin-amd64-race
2021-02-19T00:41:41-ee7038f/darwin-amd64-race
2021-02-19T00:41:36-40765ff/darwin-amd64-10_14
2021-02-19T00:41:36-40765ff/darwin-amd64-race
2021-02-19T00:41:28-b445d6e/darwin-amd64-race
See previously #6047, #13841 (CC @rsc @cherrymui).
It's not obvious to me whether this is a lingering problem in the macOS platform, or a defect in either
runtime/pprof
or the test itself.The text was updated successfully, but these errors were encountered: