-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
Milestone
Description
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/650f8e0343be7531952a38c71957f33ee6272e66Maybe kernel version is too old on these builders?
For now, I will add a skip on EINVAL in this test.
Reactions are currently unavailable