Skip to content
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/internal/quic: TestUDPECN consistently failing with EINVAL on Android #66034

Open
bcmills opened this issue Feb 29, 2024 · 0 comments
Open
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Android
Milestone

Comments

@bcmills
Copy link
Contributor

bcmills commented Feb 29, 2024

Go version

0784fd1

Output of go env in your module/workspace:

N/A

What did you do?

https://build.golang.org/log/6433940bdb66eb651712997e88c329a447a33e15

What did you see happen?

--- FAIL: TestUDPECN (0.01s)
    --- FAIL: TestUDPECN/udp4/udp/unspec (0.00s)
        udp_test.go:89: Write: write udp4 127.0.0.1:42859->127.0.0.1:44007: sendmsg: invalid argument
    --- FAIL: TestUDPECN/udp4/udp4/unspec (0.00s)
        udp_test.go:89: Write: write udp4 127.0.0.1:55776->127.0.0.1:41537: sendmsg: invalid argument
    --- FAIL: TestUDPECN/udp4/udp4/spec (0.00s)
        udp_test.go:89: Write: write udp4 127.0.0.1:45943->127.0.0.1:55286: sendmsg: invalid argument
FAIL
FAIL	golang.org/x/net/quic	22.172s

What did you expect to see?

Tests passing.

The symptoms are superficially similar to #65907, but in this case the affected builders are little-endian Android.

(attn @dneil, @jba, @golang/android)

@gopherbot gopherbot added this to the Unreleased milestone Feb 29, 2024
@bcmills bcmills added OS-Android NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. labels Feb 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Android
Projects
None yet
Development

No branches or pull requests

2 participants