Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unix: skip ip related tests if EAFNOSUPPORT raised
Skipping EADDRNOTAVAIL is not enough for system doesn't support ipv4/ipv6 family. This CL skips TestPktInfo and TestParseOrigDstAddr if EAFNOSUPPORT raised. Fixes golang/go#58832 Change-Id: Icf74749f9cc0f9a6d60646f92f7ddf53ae2de8ab Reviewed-on: https://go-review.googlesource.com/c/sys/+/473257 Run-TryBot: M Zhuo <[email protected]> TryBot-Result: Gopher Robot <[email protected]> Reviewed-by: Dmitri Shuralyov <[email protected]> Auto-Submit: Dmitri Shuralyov <[email protected]> Reviewed-by: Ian Lance Taylor <[email protected]>
- Loading branch information