-
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
syscall: TestPassFD fails on netbsd/arm #24771
Comments
Note for future triaging, this is still failing for the same reason. More recent failure: https://build.golang.org/log/efdaf6aacac31822e9c3312a5e635a7102bc822b |
Change https://golang.org/cl/164458 mentions this issue: |
netbsd-arm needs the same override to the alignment function as openbsd-arm. This fixes the TestPassFD failure. Update #24771 Change-Id: Ib124fc776f6e2e3b3932784365c2bd3944523a52 Reviewed-on: https://go-review.googlesource.com/c/164458 Run-TryBot: Tobias Klauser <tobias.klauser@gmail.com> Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com> TryBot-Result: Gobot Gobot <gobot@golang.org>
Change https://golang.org/cl/164497 mentions this issue: |
This is the same change as CL 164458. netbsd-arm needs the same override to the alignment function as openbsd-arm. This fixes the TestPassFD failure. Update golang/go#24771 Change-Id: I9c6451feb11ec9810de9273b1324b0c23d7e6d11 Reviewed-on: https://go-review.googlesource.com/c/164497 Reviewed-by: Tobias Klauser <tobias.klauser@gmail.com>
Change https://golang.org/cl/164460 mentions this issue: |
See the recent build logs:
https://build.golang.org/log/256ba2fefaa05e5bcf91e36e824a4aa7edda4e45
https://build.golang.org/log/6a716f8518326a60f291a7efad8884d27f6c4470
https://build.golang.org/log/fff5ee432875da78bd360ef7033fd85f26999a84
/cc @bsiegert @bradfitz
The text was updated successfully, but these errors were encountered: