Closed
Bug 1636602
Opened 5 years ago
Closed 3 years ago
Do not add web-platform test path to chunks if feature is set to backlog/not-implementing status
Categories
(Firefox Build System :: Task Configuration, enhancement)
Firefox Build System
Task Configuration
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: egao, Unassigned)
References
Details
Attachments
(1 obsolete file)
Currently, the web-platform test chunking algorithm does not take into account the status of the feature.
For example, offscreen-canvas is not planned to be implemented in Firefox, yet the test paths for this feature is chunked as if it will be implemented.
If possible, cross-reference with the .ini files in the meta directory to ensure the chunking algorithm does not attempt to schedule such test paths.
| Reporter | ||
Updated•5 years ago
|
Summary: Check if chunked web-platform test paths are set to backlog/not-implementing status → Do not add web-platform test path to chunks if feature is set to backlog/not-implementing status
| Reporter | ||
Comment 1•5 years ago
|
||
Changes:
- during the test resolve phase in TestResolver, check the local disk path for the presence of dir.ini file.
- if dir.ini is found and appropriate
implementation-statusis found, set theskip-ifattribute for the test object.
Updated•5 years ago
|
Assignee: nobody → egao
Status: NEW → ASSIGNED
Updated•5 years ago
|
Attachment #9157361 -
Attachment is obsolete: true
Comment 2•3 years ago
|
||
The bug assignee didn't login in Bugzilla in the last 7 months.
:ahal, could you have a look please?
For more information, please visit auto_nag documentation.
Assignee: egao → nobody
Status: ASSIGNED → NEW
Flags: needinfo?(ahal)
Comment 3•3 years ago
|
||
Unclear if this is still needed, but we can file a new bug if it comes up again.
Status: NEW → RESOLVED
Closed: 3 years ago
Flags: needinfo?(ahal)
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•