Closed
Bug 1033838
Opened 9 years ago
Closed 9 years ago
enable tab tests with an e10s addon
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(e10s+)
RESOLVED
FIXED
mozilla37
Tracking | Status | |
---|---|---|
e10s | + | --- |
People
(Reporter: zombie, Assigned: zombie)
References
(Blocks 1 open bug)
Details
Attachments
(3 files)
bug 1004833 enables us to make test addons run in e10s mode. bug 1023326 has now landed (along with some other fixed bugs), so a significant portion of the tab tests should pass in e10s mode.
Assignee | ||
Comment 1•9 years ago
|
||
this is four (smaller) test-tab-*.js files copied, with a single (last) line commented-out, all included in a test addon that has the e10s flag set.
Assignee: nobody → tomica+amo
Status: NEW → ASSIGNED
Attachment #8449882 -
Flags: review?(dtownsend+bugmail)
Attachment #8449882 -
Flags: feedback?(rFobic)
Priority: -- → P1
Updated•9 years ago
|
Attachment #8449882 -
Flags: review?(dtownsend+bugmail) → review+
Comment 2•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk https://github.com/mozilla/addon-sdk/commit/dd6875e1f46b248968e83decb72506d1a0fd4535 bug 1033838 - enable tab tests with e10s https://github.com/mozilla/addon-sdk/commit/578231d3f840a4779431da73176e4308f0a8d7e4 Merge pull request #1537 from zombie/1033838-tab-tests bug 1033838 - enable tab tests with e10s, r=@Mossop
Comment 3•9 years ago
|
||
Comment on attachment 8449882 [details] [review] Link to Github pull-request: https://github.com/mozilla/addon-sdk/pull/1537 Land land land!
Attachment #8449882 -
Flags: feedback?(rFobic) → feedback+
Comment 4•9 years ago
|
||
Commit pushed to master at https://github.com/mozilla/addon-sdk https://github.com/mozilla/addon-sdk/commit/95a666fd2a493cf317f6759c42893f9eff721330 bug 1033838 - switch cfx to ignore missing modules
Assignee | ||
Comment 5•9 years ago
|
||
Updated•9 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Assignee | ||
Comment 6•9 years ago
|
||
Attachment #8542661 -
Flags: review?(dtownsend)
Updated•9 years ago
|
Attachment #8542661 -
Flags: review?(dtownsend) → review+
Comment 7•9 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk https://github.com/mozilla/addon-sdk/commit/84120f0e1f1af8f23d225f817a3e7627cae594ba bug 1033838 - fix test-tab.js and eable it in e10s test addon https://github.com/mozilla/addon-sdk/commit/6cf26242a1207bf7c6f699b1f28469402cf83d82 Merge pull request #1784 from zombie/1033838-fix-test-tab bug 1033838 - fix test-tab.js and eable it in e10s test addon, r=@Mossop
Assignee | ||
Updated•9 years ago
|
Blocks: e10s-sdk
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla37
You need to log in
before you can comment on or make changes to this bug.
Description
•