Closed
Bug 1672756
Opened 5 years ago
Closed 5 years ago
[wpt-sync] Sync PR 7942 - Handle spaces in path in |wpt test-files|
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox84 fixed)
RESOLVED
FIXED
84 Branch
| Tracking | Status | |
|---|---|---|
| firefox84 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 7942 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/7942
Details from upstream follow.
b'James Graham <james@hoppipolla.co.uk>' wrote:
Handle spaces in path in |wpt test-files|
Previously spaces in path would produce ValueError: too many values to
unpack. Explicitly only split on the first space to account for this.
| Assignee | ||
Comment 1•5 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/bc09d3a5f4a2
[wpt PR 7942] - Handle spaces in path in |wpt test-files|, a=testonly
| Assignee | ||
Comment 3•5 years ago
|
||
Test result changes from PR not available.
Comment 4•5 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox84:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 84 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•