Closed
Bug 1142112
Opened 10 years ago
Closed 9 years ago
Robocop should follow same chunking code-path as the rest of mochitest
Categories
(Testing :: Mochitest, defect)
Testing
Mochitest
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1179981
People
(Reporter: ahal, Assigned: gbrown)
References
(Blocks 1 open bug)
Details
Right now robocop has a separate code path for chunking:
https://dxr.mozilla.org/mozilla-central/source/testing/mochitest/runtestsremote.py#811
It should just use getTestsToRun() in runtests.py like every other mochitest variant.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Robocop uses runrobocop.py these days, which uses manifestparser for chunking, just like mochitests.
Assignee: nobody → gbrown
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•