Intermittent TEST-UNEXPECTED-TIMEOUT | /webdriver/tests/switch_to_frame/cross_origin.py | expected OK
Categories
(Remote Protocol :: Marionette, defect, P5)
Tracking
(Not tracked)
People
(Reporter: intermittent-bug-filer, Unassigned)
References
(Depends on 1 open bug)
Details
(Keywords: intermittent-failure, regression)
Filed by: hskupin [at] mozilla.com
Parsed log: https://treeherder.mozilla.org/logviewer.html#?job_id=266245574&repo=try
Full log: https://queue.taskcluster.net/v1/task/NlHIPtAIRdGxLNRFbgt-Pw/runs/0/artifacts/public/logs/live_backing.log
Comment 1•5 years ago
|
||
The actual problem here is that we are trying to access frameElement
on a cross-origin object:
[task 2019-09-12T07:18:13.340Z] 07:18:13 INFO - PID 13944 | JavaScript error: chrome://marionette/content/listener.js, line 1542: SecurityError: Permission denied to access property "frameElement" on cross-origin object
[task 2019-09-12T07:18:37.896Z] 07:18:37 INFO - TEST-UNEXPECTED-TIMEOUT | /webdriver/tests/switch_to_frame/cross_origin.py | expected OK
Here the source code:
The unexpected timeout is a different problem which should not happen. As it looks like we don't catch this error anywhere, and as such hang forever in the WebDriver:SwitchToFrame
command.
I will file two new bugs for Marionette this bug will depend on.
Comment hidden (Intermittent Failures Robot) |
Comment 3•5 years ago
|
||
https://wiki.mozilla.org/Bug_Triage#Intermittent_Test_Failure_Cleanup
For more information, please visit auto_nag documentation.
Comment hidden (Intermittent Failures Robot) |
Comment 5•2 years ago
|
||
Description
•