Closed
Bug 1507352
Opened 6 years ago
Closed 6 years ago
test_headless_screenshot.html is extremely unreliable
Categories
(Firefox :: Headless, defect)
Firefox
Headless
Tracking
()
RESOLVED
FIXED
Firefox 65
Tracking | Status | |
---|---|---|
firefox65 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
Details
Attachments
(2 files)
This is blocking the landing of bug 1504728 for unknown reasons. Locally, this test fails 100% of the time.
As far as I can tell, this is because the original code landed in bug 1378010 had a bug where it would fail to skip the initial about:blank document.
Assignee | ||
Comment 1•6 years ago
|
||
This has no material impact on whether the test fails or passes, but it
is a waste of effort to package headless.html inside chrome.ini and then
fail to link to it properly when running the test.
Depends on D11962
Assignee | ||
Comment 2•6 years ago
|
||
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/b7429b8c830d
Part 1: Ignore the initial about:blank document when handling -screenshot r=mossop
https://hg.mozilla.org/integration/autoland/rev/61ed0546655a
Part 2: Fix the path names to headless.html used inside test_headless_screenshot.html r=mossop
Comment 4•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/b7429b8c830d
https://hg.mozilla.org/mozilla-central/rev/61ed0546655a
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 65
You need to log in
before you can comment on or make changes to this bug.
Description
•