Closed
Bug 682416
Opened 13 years ago
Closed 8 years ago
Make dom/ mochitests pass in fennec
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: jdm, Unassigned)
References
Details
Attachments
(6 files)
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review | |
(deleted),
patch
|
Details | Diff | Splinter Review |
Through a combination of SpecialPowers APIs and elbow grease we shall prevail.
Reporter | ||
Comment 1•13 years ago
|
||
Every test in dom/test/mochitest/ajax/offline fails because offlineTests.js is a huge mess of privileged code that doesn't have a SpecialPowers equivalent yet. This needs solving one way or another.
Reporter | ||
Comment 2•13 years ago
|
||
dom/tests/mochitest/bugs has a lot of tests that use showModalDialog and therefore fail.
Depends on: 679841
Reporter | ||
Comment 3•13 years ago
|
||
dom/tests/mochitest/bugs/test_bug427744.html should probably not run if plugin.disable is true, as it is for non-maemo platforms on mobile.
Reporter | ||
Comment 4•13 years ago
|
||
dom/tests/mochitest/bugs/test_bug61098.html registers a mock prompt service and factory, which makes me want to cry.
Reporter | ||
Comment 5•13 years ago
|
||
dom/tests/mochitest/whatwg/test_bug500328.html uses SpecialPowers.isBackButtonEnabled which calls SpecialPowers private APIs that don't work in e10s (and have comments indicating that much).
Reporter | ||
Comment 6•13 years ago
|
||
Reporter | ||
Comment 7•13 years ago
|
||
Reporter | ||
Comment 8•13 years ago
|
||
Reporter | ||
Comment 9•13 years ago
|
||
Reporter | ||
Comment 10•13 years ago
|
||
Reporter | ||
Comment 11•13 years ago
|
||
Reporter | ||
Comment 12•13 years ago
|
||
The above comments and blocking bugs indicate test failures that these patches do not address. Furthermore, these patches are still based on the existing SpecialPowers.setXPref infrastructure, so they'll need to be rewritten to use the new SpecialPowers.pushPrefEnv API when that lands.
Reporter | ||
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
Assignee | ||
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•