-
Notifications
You must be signed in to change notification settings - Fork 17.7k
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
x/net/nettest: TestTestConn/UnixPacketPipe fails on netbsd/386 #22927
Comments
Change https://golang.org/cl/80755 mentions this issue: |
Updates golang/go#22927 Change-Id: I813b9ba92f9dd7e517385dc95df20691efee01a6 Reviewed-on: https://go-review.googlesource.com/80755 Reviewed-by: Benny Siegert <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
Change https://golang.org/cl/80756 mentions this issue: |
Updates #22927 Updates #20852 Change-Id: I3ac0f8d38375d58a77781ab0e4f78ca57b258de0 Reviewed-on: https://go-review.googlesource.com/80756 Reviewed-by: Benny Siegert <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]>
Change https://golang.org/cl/80758 mentions this issue: |
Updates to x/net git rev a8b92947779 for CL 80755 Updates #22927 Change-Id: I84aad75afd954c9a6c57ad9a76328b99f1dc74a1 Reviewed-on: https://go-review.googlesource.com/80758 Run-TryBot: Brad Fitzpatrick <[email protected]> Reviewed-by: Benny Siegert <[email protected]> Reviewed-by: Brad Fitzpatrick <[email protected]> TryBot-Result: Gobot Gobot <[email protected]>
This issue is very old. @golang/netbsd: do you want to try re-enabling this test and see if it is still broken? |
Change https://go.dev/cl/483375 mentions this issue: |
Change https://go.dev/cl/483395 mentions this issue: |
The tests seem to work fine on netbsd/386 (NetBSD 9.3). This reverts CL 80755. Updates golang/go#22927 Change-Id: I480ac82b10e85aa0fc081e76fbbcbc75f3ee7d38 Reviewed-on: https://go-review.googlesource.com/c/net/+/483375 Auto-Submit: Tobias Klauser <[email protected]> Reviewed-by: Benny Siegert <[email protected]> Reviewed-by: David Chase <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gopher Robot <[email protected]>
The tests seem to work fine on netbsd/386 (NetBSD 9.3). This reverts CL 80756. Updates #22927 Change-Id: I2235d69129aa81b43513a171834d058f47cd9933 Reviewed-on: https://go-review.googlesource.com/c/go/+/483395 Reviewed-by: Benny Siegert <[email protected]> Run-TryBot: Tobias Klauser <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: David Chase <[email protected]> Auto-Submit: Tobias Klauser <[email protected]>
Change https://go.dev/cl/483595 mentions this issue: |
Tracking bug that TestTestConn/UnixPacketPipe fails on netbsd/386 (NetBSD 8-BETA).
It seems to work fine on netbsd/amd64 (NetBSD 8-BETA).
I'm going to disable this test for now and reference this issue. AFAIK, nothing in the Go core depends on Unix pipe datagrams, so it shouldn't affect anything.
/cc @bsiegert @mikioh
The text was updated successfully, but these errors were encountered: