Open
Bug 1210213
Opened 10 years ago
Updated 3 years ago
Expand test selection modes in the TestResolver
Categories
(Testing :: General, defect)
Testing
General
Tracking
(Not tracked)
NEW
People
(Reporter: chmanchester, Unassigned)
Details
The test resolver (in python/mozbuild/mozbuild/testing.py) is a useful way to get a set of tests matching conditions when a build is available (it uses all-tests.json), but it only has a single mode for querying tests: it returns tests that match every condition it gets as input (inputs are flavors, tags, subsuites, paths, etc.).
It would be useful to be able to query with OR conditions as well, or some combination.
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•