Closed
Bug 1769371
Opened 2 years ago
Closed 2 years ago
Perma TEST-UNEXPECTED-FAIL | browser/base/content/test/performance/browser_startup.js | resource://gre/modules/osfile.jsm is not allowed before becoming idle - when Gecko 102 merges to Beta on 2022-05-30
Categories
(Toolkit Graveyard :: OS.File, defect)
Toolkit Graveyard
OS.File
Tracking
(firefox-esr91 unaffected, firefox100 unaffected, firefox101 unaffected, firefox102+ verified)
VERIFIED
FIXED
102 Branch
Tracking | Status | |
---|---|---|
firefox-esr91 | --- | unaffected |
firefox100 | --- | unaffected |
firefox101 | --- | unaffected |
firefox102 | + | verified |
People
(Reporter: smolnar, Assigned: standard8)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Central-as-beta simulation
How to run these simulations
Failure log
INFO - TEST-UNEXPECTED-FAIL | browser/base/content/test/performance/browser_startup.js | resource://gre/modules/osfile.jsm is not allowed before becoming idle -
[task 2022-05-14T11:17:34.588Z] 11:17:34 INFO - Stack trace:
[task 2022-05-14T11:17:34.588Z] 11:17:34 INFO - 0 <TOP LEVEL> ["resource://gre/modules/NotificationDB.jsm":14:27]
[task 2022-05-14T11:17:34.588Z] 11:17:34 INFO - 1 <TOP LEVEL> ["chrome://browser/content/browser.js":13:12]
[task 2022-05-14T11:17:34.588Z] 11:17:34 INFO - 2 <TOP LEVEL> ["chrome://browser/content/browser.xhtml":76:22]
Only failed on DevEdition jobs
Flags: needinfo?(standard8)
Updated•2 years ago
|
Keywords: regression
Updated•2 years ago
|
Updated•2 years ago
|
Has Regression Range: --- → yes
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → standard8
Flags: needinfo?(standard8)
Assignee | ||
Comment 1•2 years ago
|
||
I think the easiest thing to do here, is to remove OS.* usage from dom/notification/old/NotificationDB.jsm
as well. We've had an old and a new for a while now, so let's tidy up the old one as well, and that's some more uses of OS.* removed.
Assignee | ||
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
The patch seems to be working in today's beta-sim
Comment 4•2 years ago
|
||
Mark, can we get that landed before the merge? Thanks
Flags: needinfo?(standard8)
Pushed by mbanner@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/aee998af9607
Remove osfile usage from dom/notification/old/NotificationDB.jsm. r=asuth
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(standard8)
Comment 6•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 102 Branch
Comment 7•2 years ago
|
||
Verified fixed in latest beta sim: https://treeherder.mozilla.org/jobs?repo=try&resultStatus=testfailed%2Cbusted%2Cexception&revision=71d9eca74a3ef63e0beda7f23696db0f26e430b6&group_state=expanded
Status: RESOLVED → VERIFIED
Comment hidden (Intermittent Failures Robot) |
Updated•1 year ago
|
Product: Toolkit → Toolkit Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•