Closed
Bug 1215709
Opened 9 years ago
Closed 7 months ago
Package reftest and wpt manifest parsers for use on hg servers
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: chmanchester, Unassigned)
References
Details
Bug 1203266 will cause them to be invoked during manifest reading, so we need to package them and put them on hg servers for json-mozbuildinfo.
Reporter | ||
Comment 1•9 years ago
|
||
Looking at this I think it might be ok to move the python reftest manifest parser into the mozbuild package. The wptmanifest parser is going to a bit harder.
Reporter | ||
Comment 2•9 years ago
|
||
Ok, I think the way forward for wptmanifests is to add a setup.py to the wpt-tools repo so we can upload it, add it to the in-tree virtualenv, and import it as a normal package in the emitter. Although I guess this will add some overly-general names to the in-tree python environment (like "runner" and "manifest").
Updated•2 years ago
|
Severity: normal → S3
Comment 3•7 months ago
|
||
not sure if there is anything specific to do here given the use of taskcluster for task generation these days.
Status: NEW → RESOLVED
Closed: 7 months ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•