gecko-dev/testing/web-platform/tests/css/css-lists
jgraham e331e9a978 Bug 1441908 [wpt PR 9651] - Switch external_host to host_ip., a=testonly
Automatic update from web-platform-testsSwitch external_host to host_ip. (#9258)

When running tests in Firefox we don't require that the hostname is
actually resolvable since we set up some internal DNS overrides. This
means that we don't actually need to have web-platform.test defined in
/etc/hosts. As a consequence when we check the server is responding,
the check will typically fail for Firefox developers if we try to
access by hostname. Previously we made use of a special dance in which
external_host held the ip at the point of the check and was later
replaced by host to actually run tests. But that changed, and instead
we relied on the fact that we (accidentially) didn't actually fail in
the case the servers couldn't be reached by host name. However in some
cases things still failed because local DNS resolved web-patform.test
to some ip address, causing hangs or other badness.

In this patch we simply add a host_ip property to the config, and
connect to that to test the servers are repopnsing rather than the
hostname. We also actually fil if we didn't manage to connect to all
the servers.

--
Run the firefox infrastructure tests without custom /etc/hosts

wpt-commits: ee314b534530038d511661148251a6351d66e7e1, 26cd868a17844c1588d473c527179d41954768c7
wpt-pr: 9651
wpt-commits: ee314b534530038d511661148251a6351d66e7e1, 26cd868a17844c1588d473c527179d41954768c7
wpt-pr: 9651
2018-03-31 22:30:05 +01:00
..
counter-7-ref.html
counter-increment-inside-display-contents.html
counter-invalid.htm Bug 1441908 [wpt PR 9651] - Switch external_host to host_ip., a=testonly 2018-03-31 22:30:05 +01:00
counter-reset-increment-display-contents.html
counter-reset-increment-display-none.html
counter-reset-inside-display-contents.html
list-style-type-armenian-002.xht
list-style-type-armenian-003.xht
OWNERS