runtime: TestNetpollBreak, TestNonblockingPipe, TestSetNonblock failing on aix-ppc64 and flaky on netbsd-arm #35075
Comments
|
For |
My bad, that was the wrong |
Ah, yes, that does look somewhat wrong. Maybe we should at least return if some byte was read from |
A similar failure on
|
Here's a different failure mode from |
I'm pretty sure the netbsd-arm-bsiegert flake was fixed by the ubiquitous https://golang.org/cl/204800. |
The AIX problems were fixed by https://golang.org/cl/204059 and https://golang.org/cl/204318. |
Now that the
aix-ppc64
builder is back (#35032), it's showing multiple failures in theruntime
tests (https://build.golang.org/log/289cf45ed86d9587769512a5b3df6e0d17be685e):From the failures, this seems to be related to CL 171824, although (because of #35032) we're missing a big chunk of test results preceding that change.
The failure mode for
TestNetpollBreak
has the same symptom as #35074, but it's not clear to me whether the underlying cause is related.CC @ianlancetaylor @mknyszek @Helflym @trex58
The text was updated successfully, but these errors were encountered: