Closed
Bug 1142114
Opened 10 years ago
Closed 10 years ago
Many devtools test failures with current SDK code
Categories
(Add-on SDK Graveyard :: General, defect, P1)
Add-on SDK Graveyard
General
Tracking
(firefox39 fixed)
RESOLVED
FIXED
mozilla39
Tracking | Status | |
---|---|---|
firefox39 | --- | fixed |
People
(Reporter: mossop, Assigned: mossop)
References
Details
Attachments
(2 files)
A bunch of failures here because of a redeclared variable.
Assignee | ||
Updated•10 years ago
|
Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8576150 -
Flags: review?(evold)
Assignee | ||
Comment 2•10 years ago
|
||
Some of this devtools test is broken, calling once with no listener and assuming it returns a promise.
Attachment #8576154 -
Flags: review?(jsantell)
Updated•10 years ago
|
Attachment #8576154 -
Flags: review?(jsantell) → review+
Updated•10 years ago
|
Attachment #8576150 -
Flags: review?(evold) → review+
Updated•10 years ago
|
Priority: -- → P1
Assignee | ||
Comment 3•10 years ago
|
||
Devtools fixes: https://hg.mozilla.org/integration/fx-team/rev/e5ea062a8a10
Comment 4•10 years ago
|
||
Commits pushed to master at https://github.com/mozilla/addon-sdk
https://github.com/mozilla/addon-sdk/commit/9e9fbeaa0c491cbfa1f84c9b2dcaf00c4cce4aca
Bug 1142114: Rename loader to loaderModule to avoid conflicts with the devtools loader.
https://github.com/mozilla/addon-sdk/commit/1fec9081349b390384e2f710a8582e61fef8ae54
Merge pull request #1890 from Mossop/bug1142114
Bug 1142114: Rename loader to loaderModule to avoid conflicts with the devtools loader. r=erikvold
Backed out for bc1 orange:
https://treeherder.mozilla.org/logviewer.html#?job_id=2238309&repo=fx-team
https://hg.mozilla.org/integration/fx-team/rev/a72fa2612001
Flags: needinfo?(dtownsend)
Assignee | ||
Comment 6•10 years ago
|
||
Relanded as a try run suggests this wasn't at fault.
https://hg.mozilla.org/integration/fx-team/rev/a79fada9fcbf
Flags: needinfo?(dtownsend)
Comment 7•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
status-firefox39:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla39
You need to log in
before you can comment on or make changes to this bug.
Description
•