Closed
Bug 1317122
Opened 9 years ago
Closed 8 years ago
Intermittent test_window_handles.py TestWindowHandles.test_chrome_window_handles_with_scopes | ScriptTimeoutException: Failed to trigger opening a new window: Timed out
Categories
(Testing :: Marionette Client and Harness, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: intermittent-bug-filer, Unassigned)
References
Details
(Keywords: intermittent-failure)
Comment 1•9 years ago
|
||
Opening method for the new window is:
> INFO - trigger=lambda: self.marionette.execute_script("window.open();"))
And issue here as listed in gecko.log:
> 1479010281560 Marionette TRACE conn905 <- [1,13,{"error":"script timeout","message":"Timed out","stacktrace":""},null]
Not sure how an easy script like that can fail.
But I also wonder why this timeout hasn't caused an exception!
Comment 2•9 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #1)
> But I also wonder why this timeout hasn't caused an exception!
Sorry, my fault. The exception is actually covered as even listed in the summary.
| Comment hidden (Intermittent Failures Robot) |
Comment 4•8 years ago
|
||
Not see since January
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Testing → Remote Protocol
Comment 5•3 years ago
|
||
Moving bug to Testing::Marionette Client and Harness component per bug 1815831.
Component: Marionette → Marionette Client and Harness
Product: Remote Protocol → Testing
You need to log in
before you can comment on or make changes to this bug.
Description
•