Closed
Bug 906801
Opened 11 years ago
Closed 8 years ago
test_bug331959.html times out on Win64 because we can't get ourselves focused
Categories
(Core :: Widget, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: ehsan.akhgari, Assigned: vlad)
References
Details
<https://tbpl.mozilla.org/?tree=Date&rev=c8c9bd74cc40>
Boris, can you please take a look? Thanks!
Comment 1•11 years ago
|
||
The log is chock-full of:
07:39:22 INFO - 10138 INFO Error: Unable to restore focus, expect failures and timeouts.
That's for this test, but it's there for every single test.
This particular test uses waitForFocus(), so if the browser window can't get focus it will time out.
So the real question is why we're totally failing to focus our window.
Component: DOM → Widget
OS: Mac OS X → Windows 8
Hardware: x86 → x86_64
Comment 2•11 years ago
|
||
And I'm probably not the right person to answer that. :(
Assignee: bzbarsky → nobody
Updated•11 years ago
|
Summary: test_bug331959.html times out on Win64 → test_bug331959.html times out on Win64 because we can't get ourselves focused
Reporter | ||
Comment 3•11 years ago
|
||
Thanks for looking into this, Boris! There might be something very wrong with the focus on these VMs... Vlad, can you please get somebody take a look at this?
Assignee: nobody → vladimir
Comment 4•8 years ago
|
||
None of these tests are disabled on Win64 today (skip-if processor == "x86_64"), so presumably these tests are no longer failing on Win64.
searchfox.org/mozilla-central/search?q=skip-if.*processor®exp=true
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•