Closed
Bug 1685422
Opened 4 years ago
Closed 4 years ago
Re-enable test_ext_web_accessible_resources.html and test_ext_web_accessible_incognito.html tests for Fission
Categories
(WebExtensions :: General, task, P2)
WebExtensions
General
Tracking
(Fission Milestone:M8, firefox89 fixed)
Tracking | Status | |
---|---|---|
firefox89 | --- | fixed |
People
(Reporter: cpeterson, Assigned: zombie)
References
(Blocks 4 open bugs)
Details
Attachments
(1 file)
The test_ext_web_accessible_resources.html and test_ext_web_accessible_incognito.html tests are currently skipped for Fission (by bug 1618231 and bug 1588284) for intermittent CreateFromIPC crashes.
Nika fixed some CreateFromIPC crashes (in bug 1580565), so perhaps these tests no longer crash and can be re-enabled now.
[test_ext_web_accessible_resources.html]
skip-if = (os == 'android' && debug) || fission || (os == "linux" && bits == 64) # bug 1397615, bug 1588284, bug 1618231
[test_ext_web_accessible_incognito.html]
skip-if = (os == 'android') || fission # Crashes intermittently: @ mozilla::dom::BrowsingContext::CreateFromIPC(mozilla::dom::BrowsingContext::IPCInitializer&&, mozilla::dom::BrowsingContextGroup*, mozilla::dom::ContentParent*), bug 1588284, bug 1397615 and bug 1513544
Reporter | ||
Comment 1•4 years ago
•
|
||
Tom, I'm moving these extension tests to the WebExtensions Product. Nika fixed some CreateFromIPC crashes (in bug 1580565), so perhaps these tests no longer crash and can be re-enabled now.
Component: DOM: Content Processes → General
Flags: needinfo?(tomica)
Product: Core → WebExtensions
Reporter | ||
Updated•4 years ago
|
Blocks: fission-webext
Assignee | ||
Comment 2•4 years ago
|
||
Thanks Chris, let's try to enable them.
Assignee: nobody → tomica
Severity: -- → N/A
Flags: needinfo?(tomica)
Priority: -- → P2
Reporter | ||
Updated•4 years ago
|
Blocks: fission-tests
Reporter | ||
Comment 3•4 years ago
|
||
zombie says re-enabling this test doesn't need to block Fission M7 Beta experiment. I'll move this bug to Fission M8.
Fission Milestone: M7 → M8
Assignee | ||
Comment 4•4 years ago
|
||
Assignee | ||
Comment 5•4 years ago
|
||
Pushed by tjovanovic@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/0dbd0fed0bfa
Enable test_ext_web_accessible_resources and test_ext_web_accessible_incognito with fission r=mixedpuppy
Comment 7•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox89:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 89 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•