Closed
Description
golang.org/x/sys/unix
is failing in aix-ppc64
on release-branch.go1.12
(https://build.golang.org/log/2ceea003d216da8b55d107004541d477ada9c89f):
--- FAIL: TestPassFD (0.75s)
syscall_unix_test.go:224: child process: "WriteMsgUnix: write unix : sendmsg: bad file number", <nil>
FAIL
FAIL golang.org/x/sys/unix 1.041s
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?