Closed
Bug 1860051
Opened 2 years ago
Closed 2 years ago
TypeError: argument of type 'TestRoot' is not iterable
Categories
(Testing :: web-platform-tests, defect)
Testing
web-platform-tests
Tracking
(firefox121 fixed)
RESOLVED
FIXED
121 Branch
| Tracking | Status | |
|---|---|---|
| firefox121 | --- | fixed |
People
(Reporter: Sasha, Assigned: Sasha)
References
Details
Attachments
(3 files, 1 obsolete file)
The try job for landing failed with error TypeError: argument of type 'TestRoot' is not iterable.
It was introduced by changes in this PR.
| Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Assignee: nobody → aborovova
Status: NEW → ASSIGNED
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Upstream PR 42426 replaced the dict of paths with a class. To enable that PR to land
in m-c update the code to handle either a dict or a class for now. Once the PR is landed
we can allow it to simply handle the class.
| Assignee | ||
Comment 4•2 years ago
|
||
Updated•2 years ago
|
Attachment #9359357 -
Attachment is obsolete: true
Pushed by james@hoppipolla.co.uk:
https://hg.mozilla.org/integration/autoland/rev/a3c8dcf5aa0b
Remove use of six in mainfestupdate, r=Sasha
https://hg.mozilla.org/integration/autoland/rev/186e5ca1f7a4
Handle TestRoot in manifestupdate, r=Sasha
https://hg.mozilla.org/integration/autoland/rev/b616a52ca119
Fix remaining issues with handling TestRoot in manifestupdate and manifestdownload. r=jgraham
Comment 6•2 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/a3c8dcf5aa0b
https://hg.mozilla.org/mozilla-central/rev/186e5ca1f7a4
https://hg.mozilla.org/mozilla-central/rev/b616a52ca119
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
status-firefox121:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 121 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•