PERMA | browser/components/urlbar/tests/browser/browser_UrlbarInput_tooltip.js | Test timed out when Gecko 68 merges to Beta on 2019-05-06
Categories
(Firefox :: Address Bar, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
geckoview66 | --- | unaffected |
firefox-esr60 | --- | unaffected |
firefox66 | --- | unaffected |
firefox67 | --- | unaffected |
firefox68 | + | verified |
People
(Reporter: dvarga, Assigned: standard8)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
Central as Beta simulation:https://treeherder.mozilla.org/#/jobs?repo=try&revision=97f33898085bd142cde60eb97907e461f59a8d9a&selectedJob=234804995
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=234804995&repo=try
3819 15:44:36 INFO - TEST-UNEXPECTED-FAIL | browser/components/urlbar/tests/browser/browser_UrlbarInput_tooltip.js | Test timed out -
4010 15:44:56 INFO - TEST-UNEXPECTED-FAIL | browser/components/urlbar/tests/browser/browser_UrlbarInput_tooltip.js | Uncaught exception received from previously timed out test - at chrome://mochitests/content/browser/browser/components/urlbar/tests/browser/browser_UrlbarInput_tooltip.js:7 - TypeError: BrowserTestUtils is null
6222 15:56:46 ERROR - Return code: 1
6223 15:56:46 ERROR - Got 2 unexpected statuses
Assignee | ||
Updated•6 years ago
|
Assignee | ||
Comment 2•6 years ago
|
||
Daniel, can you confirm this only seems to affect Firefox built in DevEdition on Linux? I think I'm reading the results right...
Assignee | ||
Updated•6 years ago
|
Reporter | ||
Comment 3•6 years ago
|
||
Hi Mark, It seems so. Do you want me to run it on all platforms?
Updated•6 years ago
|
Updated•6 years ago
|
Updated•6 years ago
|
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Comment 5•6 years ago
|
||
I'm seeing if I can get at least some more info on what's happening here.
Updated•6 years ago
|
Assignee | ||
Comment 6•6 years ago
|
||
Initial results from try are that this is hanging on the initial await synthesizeMouseOut(gURLBar.inputField);
- so the mouseout isn't always generating an event.
I'm wondering if in this case the mouse isn't always over the input field, so it won't generate that event... though I'd have expected that to cause more issues.
I'll think more about the options in the morning.
Updated•6 years ago
|
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 9•6 years ago
|
||
Assignee | ||
Comment 10•6 years ago
|
||
Daniel, please could you give the attached patch a run with the central as beta simulation?
It works for me on my Linux setup, so I'd like to see how it works there as well.
Reporter | ||
Comment 11•6 years ago
|
||
Mark, this is the run: https://treeherder.mozilla.org/#/jobs?repo=try&revision=a9ca30bbf464631b45bf0f45d251f8f35c2f86d2&selectedJob=238828416
Assignee | ||
Comment 12•6 years ago
|
||
Thanks, that looks good. Here's a try push for latest master with test-verify on as well:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=c0f39bc30dcd47259e7f59d01b5489019e5eaab0
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
bugherder |
Updated•6 years ago
|
Comment 15•6 years ago
|
||
This issue got observed once today in beta simulations on Linux32 shippable: https://treeherder.mozilla.org/#/jobs?repo=try&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=01e5e0117ed0144266135ae84ea07bc0322aef07&selectedJob=239108329
Assignee | ||
Comment 16•6 years ago
|
||
(In reply to Sebastian Hengst [:aryx] (needinfo on intermittent or backout) from comment #15)
This issue got observed once today in beta simulations on Linux32 shippable: https://treeherder.mozilla.org/#/jobs?repo=try&resultStatus=testfailed%2Cbusted%2Cexception%2Cretry%2Cusercancel%2Crunnable&revision=01e5e0117ed0144266135ae84ea07bc0322aef07&selectedJob=239108329
That's a non-devedition build, so we might still have issues with it being occasionally intermittent.
Comment 17•6 years ago
|
||
Mark, this is not intermittently failing, this is still perma-failing:
Assignee | ||
Comment 18•6 years ago
|
||
(In reply to Andreea Pavel [:apavel] from comment #17)
Mark, this is not intermittently failing, this is still perma-failing:
That looks different as this bug was happening on DevEdition only. This bug was also verified before pushing in comment 11.
Could you try it again with bug 1540861 backed out, and then file a new bug please?
Comment 19•6 years ago
|
||
(In reply to Mark Banner (:standard8) from comment #18)
(In reply to Andreea Pavel [:apavel] from comment #17)
Mark, this is not intermittently failing, this is still perma-failing:
That looks different as this bug was happening on DevEdition only. This bug was also verified before pushing in comment 11.
Could you try it again with bug 1540861 backed out, and then file a new bug please?
yes Mark, we'll do that. thank you.
Comment 20•6 years ago
•
|
||
I actually pushed bug 1540861 with beta simulation patch and it didn't fail https://treeherder.mozilla.org/#/jobs?repo=try&revision=06f17c72e146ed3d16ffaa764d29fb6c8cd57325
Comment 21•6 years ago
|
||
I suspect you may have run the simulation while the first version of bug 1540861 was in the tree, that version was indeed permanently failing on linux x64 shippable.
I'd suggest to try with current mozilla-central first.
Comment 22•6 years ago
|
||
Not observed with today's beta simulations: https://treeherder.mozilla.org/#/jobs?repo=try&resultStatus=pending%2Crunning%2Ctestfailed%2Cbusted%2Cexception%2Crunnable&revision=1759078ce933515cd0c6bcb8f40d855c4ccd92b8&searchStr=browser-chrome&selectedJob=239909878
Comment hidden (Intermittent Failures Robot) |
Assignee | ||
Comment 24•6 years ago
|
||
Updated•3 years ago
|
Description
•