-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
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
Get rid of last web-platform.test, make host_ip always present #10078
Get rid of last web-platform.test, make host_ip always present #10078
Conversation
Build PASSEDStarted: 2018-03-19 15:39:50 View more information about this build on: |
Reviewed 3 of 3 files at r1, 3 of 3 files at r2, 1 of 1 files at r3. tools/serve/serve.py, line 679 at r1 (raw file):
This seems very confusing. I don't know what the better option is, but I'm pretty sure this is going to cause trouble. Comments from Reviewable |
@@ -168,7 +168,8 @@ def __init__(self, server_address, request_handler_cls, | |||
Server.config = config | |||
else: | |||
self.logger.debug("Using default configuration") | |||
Server.config = {"host": server_address[0], | |||
Server.config = {"browser_host": server_address[0], |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This doesn't seem very meaningful, to put browser_host
and server_host
and set them to o the same value.
dcb0aa7
to
d2bf9c1
Compare
This roll is mainly to include web-platform-tests/wpt#10323, which fixes a bug that `wpt manifest` would fail when the local manifest is invalid. wpt.config.json is changed to accomodate: web-platform-tests/wpt#9998 web-platform-tests/wpt#10078 Bug: 822041 Change-Id: I074afd90e32db299fc6f58b870f9b72576fab225 Reviewed-on: https://chromium-review.googlesource.com/997764 Reviewed-by: Quinten Yearsley <qyearsley@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#548584}
This change is