Closed
Bug 1865797
Opened 2 years ago
Closed 2 years ago
Wait for the promise of fullscreen request to be resolved in test /test_lock_orientation_with_pending_fullscreen.html
Categories
(Core :: DOM: Core & HTML, defect, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
122 Branch
Tracking | Status | |
---|---|---|
firefox122 | --- | fixed |
People
(Reporter: edgar, Assigned: edgar)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
I looked at recent failure log of bug 1838112,
- https://treeherder.mozilla.org/logviewer?job_id=436849293&repo=autoland&lineNumber=3583
- https://treeherder.mozilla.org/logviewer?job_id=436834680&repo=mozilla-central&lineNumber=3704
- https://treeherder.mozilla.org/logviewer?job_id=436812624&repo=autoland&lineNumber=3705
All failure reasons are
WARNING - TEST-UNEXPECTED-FAIL | /tests/dom/base/test/test_lock_orientation_with_pending_fullscreen.html logged result after SimpleTest.finish(): Fullscreen request is canceled.
It seem the check for the fullscreen cancellation runs after test has finished.
It looks like a test error to me. Perhaps the test should also wait for the promise of fullscreen request to be resolved.
Assignee | ||
Comment 1•2 years ago
|
||
Pushed by echen@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/d26431f39208
Wait for the promise of fullscreen request to be resolved; r=m_kato
Comment 3•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox122:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 122 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•