Closed
Bug 1213668
Opened 9 years ago
Closed 8 years ago
./mach web-platform-tests breaks when an HTTP proxy is configured
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(firefox51 fixed)
RESOLVED
FIXED
mozilla51
Tracking | Status | |
---|---|---|
firefox51 | --- | fixed |
People
(Reporter: ayg, Assigned: ayg)
Details
Attachments
(1 file)
1.42 KB,
patch
|
jgraham
:
review+
|
Details | Diff | Splinter Review |
Reproducible for me on Linux. Workaround: set the proxy to none in the Network configuration panel, and also make sure the http_proxy/https_proxy environment variables are unset. (I seem to have to do both.)
Comment 1•9 years ago
|
||
You should be able to set the prefs and env variables by modifying the code around [1]
[1] https://dxr.mozilla.org/mozilla-central/source/testing/web-platform/harness/wptrunner/browsers/firefox.py#129
Assignee | ||
Comment 2•9 years ago
|
||
Seems to work.
Comment 3•9 years ago
|
||
Comment on attachment 8782408 [details] [diff] [review]
Patch
Review of attachment 8782408 [details] [diff] [review]:
-----------------------------------------------------------------
Looks OK, but you need to submit upstream (github.com/w3c/wptrunner) or the change will get lost next time we update.
Attachment #8782408 -
Flags: review?(james) → review+
Assignee | ||
Comment 4•9 years ago
|
||
Pushed by ayg@aryeh.name:
https://hg.mozilla.org/integration/mozilla-inbound/rev/178d2dc5f4a2
wpt breaks with HTTP proxy; r=jgraham
Comment 6•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla51
You need to log in
before you can comment on or make changes to this bug.
Description
•