[web_tests] Relocate server port 8083 => 8093 due to collisions.
WPT server port 8083 conflicts with the default port used by Fuchsia's system update service. The port is changed to 8093, which has no known conflicts and works well for web_tests. Bug: 1280263 Change-Id: If1aaff3b43675705ca57eacde717cb4de07d5d83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3345623 Auto-Submit: Kevin Marshall <kmarshall@chromium.org> Reviewed-by: Stephen McGruer <smcgruer@chromium.org> Reviewed-by: Dmitry Gozman <dgozman@chromium.org> Commit-Queue: Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/main@{#962162}
This commit is contained in:

committed by
Chromium LUCI CQ

parent
38117e4cdd
commit
053d474806
content/web_test/browser
third_party
@ -186,7 +186,7 @@ void WebTestBrowserMainRunner::Initialize() {
|
||||
// These must be kept in sync with //third_party/wpt_tools/wpt.config.json.
|
||||
command_line.AppendSwitchASCII(network::switches::kIpAddressSpaceOverrides,
|
||||
"127.0.0.1:8082=private,"
|
||||
"127.0.0.1:8083=public,"
|
||||
"127.0.0.1:8093=public,"
|
||||
"127.0.0.1:8446=private,"
|
||||
"127.0.0.1:8447=public");
|
||||
|
||||
|
@ -23,7 +23,7 @@ class WPTServe(server_base.ServerBase):
|
||||
http_port = 8001
|
||||
http_alt_port = 8081
|
||||
http_private_port = 8082
|
||||
http_public_port = 8083
|
||||
http_public_port = 8093
|
||||
https_port = 8444
|
||||
https_alt_port = 8445
|
||||
https_private_port = 8446
|
||||
|
2
third_party/wpt_tools/wpt.config.json
vendored
2
third_party/wpt_tools/wpt.config.json
vendored
@ -7,7 +7,7 @@
|
||||
"ports": {
|
||||
"http": [8001, 8081],
|
||||
"http-private": [8082],
|
||||
"http-public": [8083],
|
||||
"http-public": [8093],
|
||||
"https": [8444, 8445],
|
||||
"https-private": [8446],
|
||||
"https-public": [8447],
|
||||
|
Reference in New Issue
Block a user