Closed
Bug 1153413
Opened 10 years ago
Closed 10 years ago
Add --subsuite to mochitest mach command
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(firefox40 fixed)
RESOLVED
FIXED
mozilla40
Tracking | Status | |
---|---|---|
firefox40 | --- | fixed |
People
(Reporter: ahal, Assigned: ahal)
References
Details
Attachments
(1 file, 1 obsolete file)
There are more and more things using --subsuite. Making a new mach target for each one (like we did for devtools) won't scale. We should expose --subsuite to the mach command.
Assignee | ||
Comment 1•10 years ago
|
||
/r/6919 - Bug 1153413 - Add --subsuite option to mochitest mach command, r=jgriffin
Pull down this commit:
hg pull -r 02d8c1babf07fb30f26b1d4026ad446bf4094eff https://reviewboard-hg.mozilla.org/gecko/
Attachment #8591061 -
Flags: review?(jgriffin)
Updated•10 years ago
|
Attachment #8591061 -
Flags: review?(jgriffin) → review+
Comment 2•10 years ago
|
||
Comment on attachment 8591061 [details]
MozReview Request: bz://1153413/ahal
https://reviewboard.mozilla.org/r/6917/#review5757
lgtm!
Assignee | ||
Comment 3•10 years ago
|
||
Comment 5•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox40:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla40
Comment 6•10 years ago
|
||
This change broke mochitest-devtools (Bug 1153851). Backing it out locally fixes the problem for me.
Depends on: 1153851
Flags: needinfo?(ahalberstadt)
Comment 7•10 years ago
|
||
had to back this out in https://hg.mozilla.org/integration/mozilla-inbound/rev/b9ec1ecedfbb since this cause the regression (bug 1153851) and that makes the investigation of another failure more complicated
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Assignee | ||
Comment 8•10 years ago
|
||
Hm odd, sorry about that. Fyi, |mach mochitest-browser --subsuite devtools| would have worked instead. I'll re-land and be sure not to break that command.
Flags: needinfo?(ahalberstadt)
Assignee | ||
Comment 9•10 years ago
|
||
Comment on attachment 8591061 [details]
MozReview Request: bz://1153413/ahal
/r/6919 - Bug 1153413 - Add --subsuite option to mochitest mach command, r=jgriffin
Pull down this commit:
hg pull -r 535b0a108de9b517d1b4b3a73275fbacb9e09492 https://reviewboard-hg.mozilla.org/gecko/
Attachment #8591061 -
Flags: review+
Assignee | ||
Comment 10•10 years ago
|
||
Comment on attachment 8591061 [details]
MozReview Request: bz://1153413/ahal
Trivial fix for |mach mochitest-devtools|, carry r+ forward.
Attachment #8591061 -
Flags: review+
Assignee | ||
Comment 11•10 years ago
|
||
Comment 12•10 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 10 years ago → 10 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 13•10 years ago
|
||
Attachment #8591061 -
Attachment is obsolete: true
Attachment #8620025 -
Flags: review+
Assignee | ||
Comment 14•10 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•