Closed
Bug 1774242
Opened 3 years ago
Closed 3 years ago
browser_recently_closed_tabs.js uses state between tests that are unreliable
Categories
(Firefox :: Session Restore, defect)
Firefox
Session Restore
Tracking
()
RESOLVED
FIXED
103 Branch
| Tracking | Status | |
|---|---|---|
| firefox103 | --- | fixed |
People
(Reporter: farre, Assigned: farre)
References
(Regressed 1 open bug)
Details
Attachments
(1 file)
Tests shouldn't really use state between calls to add_task. add_task is async, and the actual state of the previous task isn't guaranteed.
| Assignee | ||
Updated•3 years ago
|
Assignee: nobody → afarre
| Assignee | ||
Comment 1•3 years ago
|
||
Depends on D148126
Pushed by afarre@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2e7ecad460f2
Make sure invariants for the test is correct. r=Gijs
Comment 3•3 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 3 years ago
status-firefox103:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 103 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•