Closed
Bug 1759574
Opened 3 years ago
Closed 3 years ago
Move firefox-ui session restore tests to browser/component/sessionstore
Categories
(Firefox :: Session Restore, task)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
100 Branch
Tracking | Status | |
---|---|---|
firefox100 | --- | fixed |
People
(Reporter: whimboo, Assigned: whimboo)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Right now the Marionette specific Session Restore tests which are located under /testing/firefox-ui/tests/functional/sessionstore
should be moved to /browser/components/sessionstore/test/marionette
.
Reason is that we want to discontinue the firefox-ui local tests, which basically are Marionette tests and do not require external network access.
Assignee | ||
Comment 1•3 years ago
|
||
Updated•3 years ago
|
Assignee: nobody → hskupin
Status: NEW → ASSIGNED
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D141081
Assignee | ||
Comment 3•3 years ago
|
||
The tests covering a Windows shutdown will fail with this patch set because Mn jobs are run on hardware right now and not on virtualization as firefox-ui-tests do. There is bug 1759705 which moves Mn back to virtualization. Once landed we can continue here.
Depends on: 1759705
Updated•3 years ago
|
Attachment #9267816 -
Attachment description: WIP: Bug 1759574 - [firefox-ui] Use data URLs in session restore tests. → Bug 1759574 - [firefox-ui] Use data URLs in session restore tests.
Updated•3 years ago
|
Attachment #9267817 -
Attachment description: WIP: Bug 1759574 - [marionette] Move session store tests to browser/components/sessionstore/test/marionette. → Bug 1759574 - [marionette] Move session store tests to browser/components/sessionstore/test/marionette.
Updated•3 years ago
|
Attachment #9267816 -
Attachment description: Bug 1759574 - [firefox-ui] Use data URLs in session restore tests. → Bug 1759574 - [firefox-ui] Use data URLs in session restore tests and make them more stable.
Updated•3 years ago
|
Attachment #9267816 -
Attachment description: Bug 1759574 - [firefox-ui] Use data URLs in session restore tests and make them more stable. → Bug 1759574 - [firefox-ui] Use data URLs in session restore tests.
Updated•3 years ago
|
Attachment #9267816 -
Attachment description: Bug 1759574 - [firefox-ui] Use data URLs in session restore tests. → Bug 1759574 - [firefox-ui] Use data URLs in session restore tests and make them more stable.
Pushed by hskupin@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b9ac1d508c9c
[firefox-ui] Use data URLs in session restore tests and make them more stable. r=webdriver-reviewers,dao,jdescottes
https://hg.mozilla.org/integration/autoland/rev/b7efd81174a5
[marionette] Move session store tests to browser/components/sessionstore/test/marionette. r=webdriver-reviewers,dao,jdescottes
Comment 5•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b9ac1d508c9c
https://hg.mozilla.org/mozilla-central/rev/b7efd81174a5
Status: ASSIGNED → RESOLVED
Closed: 3 years ago
status-firefox100:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 100 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•