Closed
Bug 1369471
Opened 6 years ago
Closed 6 years ago
Regression selecting an entire directory of tests on the command line
Categories
(Testing :: web-platform-tests, enhancement)
Tracking
(firefox55 fixed)
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: jgraham, Assigned: jgraham)
Details
Attachments
(1 file)
|mach wpt| should allow selecting an entire directory of tests using a path like |mach testing/web-platform/tests/dom|. But that regressed in an upstream patch to use O(1) access to test files where a full path is supplied rather than iterating the entire manifest. For directories we still need to iterate over everything.
Comment hidden (mozreview-request) |
Comment 2•6 years ago
|
||
mozreview-review |
Comment on attachment 8873544 [details] Bug 1369471 - Allow running wpt directories by path on the command line, https://reviewboard.mozilla.org/r/144930/#review149232
Attachment #8873544 -
Flags: review?(mjzffr) → review+
Pushed by james@hoppipolla.co.uk: https://hg.mozilla.org/integration/autoland/rev/5baa39559276 Allow running wpt directories by path on the command line, r=maja_zf
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/5baa39559276
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•5 years ago
|
Assignee: nobody → james
You need to log in
before you can comment on or make changes to this bug.
Description
•