Closed
Bug 1850444
Opened 1 year ago
Closed 1 year ago
Timeout in test_bug1699721.html with isolateNothing and isolateHighValue
Categories
(GeckoView Graveyard :: Sandboxing, defect, P1)
Tracking
(firefox118 wontfix, firefox119 wontfix, firefox120 fixed)
RESOLVED
FIXED
120 Branch
People
(Reporter: owlish, Assigned: owlish)
References
Details
(Whiteboard: [fxdroid])
Attachments
(1 file)
STR:
- Run
docshell/test/navigation/test_bug1699721.html
on any Android Fission build withisolateNothing
orisolateHighValue
strategy (setfission.webContentIsolationStrategy
to0
or2
respectively). - The test will timeout after printing this message (the next info message never gets printed)
Comparing the logcats of a failing case and a passing case, I see these lines present in the passing log:
08-18 19:31:34.573 1659 1671 I ActivityManager: Start proc 4075:org.mozilla.geckoview.test_runner:tab35/u0a62 for service org.mozilla.geckoview.test_runner/org.mozilla.gecko.process.GeckoChildProcessServices$tab35
08-18 19:31:34.575 3536 3564 D ServiceAllocator: org.mozilla.gecko.process.GeckoChildProcessServices$tab35 updateBindings: FOREGROUND priority, 0 importance, 3 successful binds, 0 failed binds, 0 successful unbinds
and absent in the failing one. So the timeout seems to be related to the process switching behavior when there are popups specifically with isolateNothing
or isolateHighValue
strategy.
Assignee | ||
Updated•1 year ago
|
Severity: -- → N/A
Priority: -- → P1
Assignee | ||
Updated•1 year ago
|
Whiteboard: [fxdroid]
Updated•1 year ago
|
Assignee | ||
Updated•1 year ago
|
Assignee: nobody → bugzeeeeee
Comment 1•1 year ago
|
||
The severity field is not set for this bug.
:kaya, could you have a look please?
For more information, please visit BugBot documentation.
Flags: needinfo?(kkaya)
Updated•1 year ago
|
Severity: N/A → S3
Flags: needinfo?(kkaya)
Assignee | ||
Comment 2•1 year ago
|
||
Pushed by istorozhko@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/a2725a121e1f
Make the test for bug 1699721 work with isolateHighValue strategy on Fission r=nika
Comment 4•1 year ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 1 year ago
status-firefox120:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 120 Branch
Updated•1 year ago
|
status-firefox118:
--- → wontfix
status-firefox119:
--- → wontfix
Updated•7 months ago
|
Product: GeckoView → GeckoView Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•