-
Notifications
You must be signed in to change notification settings - Fork 17.8k
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
os: TestClosedPipeRaceWrite fails on ppc64x #20134
Comments
/cc @ianlancetaylor |
Kind of odd that this passed the buildbots but fails everywhere else? |
@laboger I could be wrong but I think the trybots only check that the distribution compiles when targeting ppc64(le?), I don't think they actually run the tests on ppc64x. Does it fail for you locally? |
Correct. Trybots (pre-submit tests) only compile ppc64x but don't run the tests. Post-submit builds run the tests on ppc64x hardware. We need lots of hardware to support trybots. |
What does |
|
OK, that is just weird. This should not be processor dependent. |
CL https://golang.org/cl/41823 mentions this issue. |
This new test, added in e3d7ec0, seems to have broken the ppc64x builders.
The text was updated successfully, but these errors were encountered: