Closed
Bug 1653082
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 24615 - Fix path in subresource.py
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox80 fixed)
RESOLVED
FIXED
mozilla80
Tracking | Status | |
---|---|---|
firefox80 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 24615 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/24615
Details from upstream follow.
Robert Ma <robertma@chromium.org> wrote:
Fix path in subresource.py
The change was introduced in #24481, which assumed request.GET.get would
return a single value (though not documented explicitly, it's a very
reasonable assumption), but unfortunately it actually returns a list.
This caused widespread timeout in many referrer-policy tests, which were
not caught as affected tests.This change fixes the immediate issue. #24614 will fix MultiDict to match
the intuition.
Assignee | ||
Comment 1•5 years ago
|
||
PR 24615 applied with additional changes from upstream: 3c8965b973ca10f3cf5a6a817c87e32939e4cb6e
Assignee | ||
Comment 2•5 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/9f586265d0c2
[wpt PR 24615] - Fix path in subresource.py, a=testonly
Assignee | ||
Updated•5 years ago
|
Whiteboard: [wptsync downstream] → [wptsync upstream]
Comment 4•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox80:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla80
Assignee | ||
Updated•5 years ago
|
Whiteboard: [wptsync upstream] → [wptsync downstream]
Assignee | ||
Comment 5•5 years ago
|
||
Test result changes from PR not available.
You need to log in
before you can comment on or make changes to this bug.
Description
•