We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
These depend on not being able to bind port 1, but android tests are run as root.
The text was updated successfully, but these errors were encountered:
std: Ignore bind error tests on android. rust-lang#11530
062b0fd
These are now ignored, so I'm giving it a close.
Sorry, something went wrong.
std: net: enable bind_error test on all platforms
d3e7700
Bind on non-local IP address is essentially the same test, and it works same way on all platforms. Fixes rust-lang#11530
Rollup merge of rust-lang#23095 - stepancheg:test-bind-fail, r=alexcr…
4993fd0
…ichton Bind on non-local IP address is essentially the same test, and it works same way on all platforms. Fixes rust-lang#11530
Auto merge of rust-lang#11530 - Alexendoo:zero-ptr-file-location, r=b…
889e1b9
…lyxyas Move zero_ptr to the casts module Also a bit of a touch up to the code while I was there changelog: none
Successfully merging a pull request may close this issue.
These depend on not being able to bind port 1, but android tests are run as root.
The text was updated successfully, but these errors were encountered: