-
Notifications
You must be signed in to change notification settings - Fork 18k
x/sys/unix: TestPassFD consistently failing in aix-ppc64 builder on release-branch.go1.12 #33982
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
Comments
https://golang.org/cl/170537 should fix it. |
@Helflym, as far as I can tell that CL is on the |
Why 1.14 ? Yes, it has been merged in |
Sorry, my mistake — for some reason I thought that CL hadn't been merged yet. If it is expected that the |
Is it possible to check the |
I'm not sure, but you can always add a separate file that sets a variable:
|
Change https://golang.org/cl/193577 mentions this issue: |
Couldn't we just backport https://golang.org/cl/170537 (maybe sans the |
I think it's also better to backport it. Syscall package is also using Control and Controllen structures, so |
Sure, let's backport it. |
Change https://golang.org/cl/193608 mentions this issue: |
…fine SockaddrDatalink This commit changes sendmsg, recvmsg to use nsendmsg, nrecvmsg on AIX. These syscalls support the new msghdr structure (with Control and Controllen) which is needed for golang.org/x/net. Also define SockaddrDataLink. Fixes #33982 Change-Id: I233fbd24f9eb86648e0d4d50c2b56da3626292d0 Reviewed-on: https://go-review.googlesource.com/c/go/+/170537 Run-TryBot: Ian Lance Taylor <[email protected]> TryBot-Result: Gobot Gobot <[email protected]> Reviewed-by: Tobias Klauser <[email protected]> (cherry picked from commit e014184) Reviewed-on: https://go-review.googlesource.com/c/go/+/193608 Reviewed-by: Brad Fitzpatrick <[email protected]>
Closed by merging cf06b9a to release-branch.go1.12. |
golang.org/x/sys/unix
is failing inaix-ppc64
onrelease-branch.go1.12
(https://build.golang.org/log/2ceea003d216da8b55d107004541d477ada9c89f):The same failure does not occur on
release-branch.go1.13
. Is there a fix we should backport, or should we skip the test on AIX on 1.12?CC @Helflym @trex58 @laboger
The text was updated successfully, but these errors were encountered: