Closed
Bug 1467313
Opened 6 years ago
Closed 3 years ago
Repair or remove devtools/server/tests/mochitest/test_webextension-addon-debugging* tests
Categories
(WebExtensions :: Developer Tools, enhancement, P3)
WebExtensions
Developer Tools
Tracking
(firefox62 wontfix, firefox91 fixed)
RESOLVED
FIXED
91 Branch
People
(Reporter: jryans, Assigned: rpl)
References
Details
Attachments
(1 file)
(deleted),
text/x-phabricator-request
|
Details |
In bug 1393150, the two WebExt tests at:
devtools/server/tests/mochitest/test_webextension-addon-debugging*
were marked as "skip-if = !e10s" as way to say "only run with e10s on". Unfortunately, these are chrome tests which always run with e10s = false (it's up to the test to invoke remote behavior if it wants to), so this means they have been effectively disabled since.
However, this doesn't seem to stop test-verify from running them anyway, and they are now broken by various other code changes.
For now, I will be marking them disabled in bug 1172897 to avoid test-verify errors, but someone should decide the fate of these tests.
Updated•6 years ago
|
Product: Toolkit → WebExtensions
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → lgreco
Status: NEW → ASSIGNED
Priority: -- → P3
Updated•3 years ago
|
See Also: → https://jira.mozilla.com/browse/WEBEXT-47
Assignee | ||
Comment 1•3 years ago
|
||
Pushed by luca.greco@alcacoop.it:
https://hg.mozilla.org/integration/autoland/rev/380804a8d81c
Replace disabled addon debugging mochitest-chrome test with a new devtools xpcshell test. r=jdescottes
Comment 3•3 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Updated•3 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•