Closed
Bug 1609431
Opened 6 years ago
Closed 6 years ago
[wpt-sync] Sync PR 21192 - Make setup_wptrunner() python3 compatible
Categories
(Testing :: web-platform-tests, task, P4)
Testing
web-platform-tests
Tracking
(firefox74 fixed)
RESOLVED
FIXED
mozilla74
| Tracking | Status | |
|---|---|---|
| firefox74 | --- | fixed |
People
(Reporter: wpt-sync, Unassigned)
References
()
Details
(Whiteboard: [wptsync downstream])
Sync web-platform-tests PR 21192 into mozilla-central (this bug is closed when the sync is complete).
PR: https://github.com/web-platform-tests/wpt/pull/21192
Details from upstream follow.
Sergio Villar Senin <svillar@igalia.com> wrote:
Make setup_wptrunner() python3 compatible
Replace iteritems() by items() to make python3 happy. items() is not very efficient in python2 but there are not a lot of arguments so the difference should be negigible
| Assignee | ||
Comment 1•6 years ago
|
||
Pushed by wptsync@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/33071905c54c
[wpt PR 21192] - Make setup_wptrunner() python3 compatible, a=testonly
| Assignee | ||
Comment 3•6 years ago
|
||
Test result changes from PR not available.
Comment 4•6 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox74:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla74
You need to log in
before you can comment on or make changes to this bug.
Description
•