Closed
Bug 530522
Opened 16 years ago
Closed 16 years ago
Turn on mochitest-ipcplugins in mozilla-central/tracemonkey/places
Categories
(Release Engineering :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: benjamin, Assigned: catlee)
References
Details
Attachments
(1 file)
6.57 KB,
patch
|
catlee
:
review+
catlee
:
checked-in+
|
Details | Diff | Splinter Review |
We're planning on landing e10s plugins into mozilla-central tomorrow or so. We'd like to turn on the mochitest-ipcplugins tests in mozilla-central and the other project trees (tracemonkey and places). We can do this today: until OOPP gets merged in, it will just run the plugin tests a second time.
Reporter | ||
Comment 1•16 years ago
|
||
bug 523712 added this test on the e10s tinderbox
Reporter | ||
Comment 2•16 years ago
|
||
Attachment #414043 -
Flags: review?(catlee)
Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 414043 [details] [diff] [review]
mochitest-ipcplugins for the other branches, rev. 1
> BRANCHES['places']['start_minute'] = [2]
>+for suite in BRANCHES['places']['unittest_suites']:
>+ if suite[0] == 'everythingelse':
>+ suite[1].append('jsreftest')
>+ suite[1].append('mochitest-ipcplugins')
Did you mean to enable jsreftest here, and below as well?
Reporter | ||
Comment 4•16 years ago
|
||
Yes, see the commit comment in the patch, which implements https://bugzilla.mozilla.org/show_bug.cgi?id=527100#c11
Assignee | ||
Updated•16 years ago
|
Attachment #414043 -
Flags: review?(catlee) → review+
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → catlee
Assignee | ||
Comment 5•16 years ago
|
||
Comment on attachment 414043 [details] [diff] [review]
mochitest-ipcplugins for the other branches, rev. 1
changeset: 1855:c64f862f14f9
Attachment #414043 -
Flags: checked-in+
Assignee | ||
Updated•16 years ago
|
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•12 years ago
|
Product: mozilla.org → Release Engineering
You need to log in
before you can comment on or make changes to this bug.
Description
•