Closed
Bug 1193223
Opened 8 years ago
Closed 8 years ago
Add reftest support to |mach test|
Categories
(Testing :: Reftest, defect)
Testing
Reftest
Tracking
(firefox43 fixed)
RESOLVED
FIXED
mozilla43
Tracking | Status | |
---|---|---|
firefox43 | --- | fixed |
People
(Reporter: jgraham, Unassigned)
Details
Attachments
(1 file)
So that |mach test path/to/directory| can find and run reftests in that directory.
Reporter | ||
Comment 1•8 years ago
|
||
Bug 1193223 - Add reftest support to mach test.
Attachment #8646444 -
Flags: review?(cmanchester)
Comment 2•8 years ago
|
||
Comment on attachment 8646444 [details] MozReview Request: Bug 1193223 - Add reftest support to mach test. https://reviewboard.mozilla.org/r/15757/#review14419 I guess this is based on some changes that haven't landed yet, but looks good to me. ::: testing/mach_commands.py:97 (Diff revision 1) > - 'kwargs': {'test_file': None}, > + 'kwargs': {'tests': None}, Doesn't this need to be ```{'tests': []}``` for where you do ```kwargs["tests"].append(item["path"])``` in reftest/mach_commands.py ?
Attachment #8646444 -
Flags: review?(cmanchester) → review+
Reporter | ||
Comment 3•8 years ago
|
||
Comment on attachment 8646444 [details] MozReview Request: Bug 1193223 - Add reftest support to mach test. Bug 1193223 - Add reftest support to mach test.
Comment 5•8 years ago
|
||
sorry had to back this out in https://hg.mozilla.org/integration/mozilla-inbound/rev/5a8d86582839 since one of this changes caused https://treeherder.mozilla.org/logviewer.html#?job_id=13953993&repo=mozilla-inbound
Comment 7•8 years ago
|
||
Had to back it out in https://hg.mozilla.org/integration/mozilla-inbound/rev/fa0a54cadfd0 for failures on Android 4.0 API11 reftests that look like this https://treeherder.mozilla.org/logviewer.html#?job_id=14037560&repo=mozilla-inbound
Backed out for breaking Android 4.0 debug reftests https://hg.mozilla.org/integration/mozilla-inbound/rev/d90bfbc8688a
https://hg.mozilla.org/mozilla-central/rev/4a67faf13596
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox43:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla43
You need to log in
before you can comment on or make changes to this bug.
Description
•