web-platform-tests / wpt

Test suites for Web platform specs — including WHATWG, W3C, and others
https://web-platform-tests.org/
Other
5.01k stars 3.11k forks source link

Support IPv6 #8365

Open wpt-issue-mover opened 6 years ago

wpt-issue-mover commented 6 years ago

Originally posted as https://github.com/w3c/wptserve/issues/77 by @gsnedders on 03 Mar 2016, 16:11 UTC:

This is needed for the future, and needed for IPv6-only networks and devices (which are increasingly prevalent).

wpt-issue-mover commented 6 years ago

Originally posted as https://github.com/w3c/wptserve/issues/77#issuecomment-191830905 by @gsnedders on 03 Mar 2016, 16:12 UTC:

This may be a good first project. It's likely relatively easy.

foolip commented 6 years ago

@gsnedders, does this really make sense? Are there web platform features that we'd want to test over both IPv4 and 6? Seems to me like that layer never really appears in our tests at all?

gsnedders commented 6 years ago

@foolip WebRTC is an obvious case where it matters.

foolip commented 6 years ago

@gsnedders, do you mean for testing some of the other protocols involved there? Isn't it analogous to the situation with HTTP, that we just use the protocol and that exercising for IPv4 and 6 would be a bit like testing both over Ethernet and WiFi?

gsnedders commented 6 years ago

@foolip A fair bit of WebRTC deals with NAT transversal and whether IP addresses are publicly addressable, IIRC, not to mention exposing IP addresses and passing them over the wire in various places.