Closed
Bug 950254
Opened 11 years ago
Closed 11 years ago
Context menu of urlbar doesn't get opened without a sleep(0) call in testAwesomeBar\testPasteLocationBar.js
Categories
(Mozilla QA Graveyard :: Mozmill Tests, defect)
Tracking
(firefox27 fixed, firefox28 fixed, firefox29 fixed, firefox30 fixed, firefox-esr24 fixed)
People
(Reporter: whimboo, Assigned: whimboo)
References
Details
(Whiteboard: [mozmill-test-failure][needs Mozmill 2.0.3 for final fix])
Attachments
(1 file)
(deleted),
patch
|
andrei
:
review+
|
Details | Diff | Splinter Review |
Module: testAwesomeBar\testPasteLocationBar.js
Test: testPasteLocationBar
Failure: "Location bar should contain pasted clipboard content - got , expected ipsum "
Branches: default, aurora, maybe others too
Platforms: Windows
The paste action fails even the location bar has been focused before.
Assignee | ||
Comment 1•11 years ago
|
||
Hm, adding a sleep(0) after opening the context menu fixes the issue permanently. Looks like we do not give the event loop enough time to handle the event.
Assignee | ||
Comment 3•11 years ago
|
||
Most likely all branches will be affected here. I will come up with a workaround patch so we can run the tests immediately with Mozmill 2.0.2.
status-firefox26:
--- → affected
status-firefox27:
--- → affected
status-firefox-esr17:
--- → wontfix
status-firefox-esr24:
--- → affected
Assignee | ||
Updated•11 years ago
|
Summary: Test failure 'FAILURE' in testAwesomeBar\testPasteLocationBar.js → Test failure "Location bar should contain pasted clipboard content - got , expected ipsum " in testAwesomeBar\testPasteLocationBar.js
Assignee | ||
Updated•11 years ago
|
Summary: Test failure "Location bar should contain pasted clipboard content - got , expected ipsum " in testAwesomeBar\testPasteLocationBar.js → Context menu of urlbar doesn't get opened without a sleep(0) call in testAwesomeBar\testPasteLocationBar.js
Assignee | ||
Comment 4•11 years ago
|
||
Attachment #8348773 -
Flags: review?(andrei.eftimie)
Assignee | ||
Updated•11 years ago
|
Whiteboard: [mozmill-test-failure] → [mozmill-test-failure][needs Mozmill 2.0.3 for final fix]
Comment 5•11 years ago
|
||
Comment on attachment 8348773 [details] [diff] [review]
Patch v1
Review of attachment 8348773 [details] [diff] [review]:
-----------------------------------------------------------------
I'm not able to reproduce this failure at all.
But this change is harmless enough otherwise.
If this fixes the problem, lets get this in.
Attachment #8348773 -
Flags: review?(andrei.eftimie) → review+
Assignee | ||
Comment 6•11 years ago
|
||
Landed as:
http://hg.mozilla.org/qa/mozmill-tests/rev/21112ad80af8 (default)
http://hg.mozilla.org/qa/mozmill-tests/rev/0ca2fff3f37d (aurora)
http://hg.mozilla.org/qa/mozmill-tests/rev/7343b4a1d79f (beta)
http://hg.mozilla.org/qa/mozmill-tests/rev/dfce2c492d01 (release)
http://hg.mozilla.org/qa/mozmill-tests/rev/14556a1fed2f (esr24)
Assignee | ||
Comment 7•11 years ago
|
||
Mozmill 2.0.3 has been released for a while. So going to backout the workaround patch:
http://hg.mozilla.org/qa/mozmill-tests/rev/edfe64c38376 (default)
Assignee | ||
Comment 8•11 years ago
|
||
http://hg.mozilla.org/qa/mozmill-tests/rev/2395a9bac6f6 (aurora)
http://hg.mozilla.org/qa/mozmill-tests/rev/32ab65a8005a (beta)
http://hg.mozilla.org/qa/mozmill-tests/rev/fdaf555da907 (release)
http://hg.mozilla.org/qa/mozmill-tests/rev/fc717c0f116b (esr24)
Status: ASSIGNED → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Updated•5 years ago
|
Product: Mozilla QA → Mozilla QA Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•