Skip to content

x/sys/unix: TestPidfd fails on GOARCH mips builders #52014

@mdlayher

Description

@mdlayher

I implemented unix.Waitid in https://go-review.googlesource.com/c/sys/+/395936/, and @tklauser commented:

This CL seems to break the mips64-rtk, mips64le-rtk and mipsle-rtk builders:

 --- FAIL: TestPidfd (0.00s)
    syscall_linux_test.go:243: failed to check for child exit: invalid argument
FAIL
FAIL	[golang.org/x/sys/unix](http://golang.org/x/sys/unix)	0.684s

https://build.golang.org/log/405cfcebea4c1b0f00de4d988c2b1baf527b8008
https://build.golang.org/log/c2446e254921d971f655b00c86d5cb3aa2957e1a
https://build.golang.org/log/650f8e0343be7531952a38c71957f33ee6272e66

Maybe kernel version is too old on these builders?

For now, I will add a skip on EINVAL in this test.

/cc @tklauser @ianlancetaylor

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions