Closed
Bug 1207877
Opened 6 years ago
Closed 5 years ago
Intermittent testNewTab | URL typed properly - got http://mochi.test:8888/tests/robocop/robocop_blank_02.html , expected http://mochi.test:8888/tests/robocop/robocop_blank_01.htmlhttp://mochi.test:8888/tests/robocop/robocop_blank_02.html
Categories
(Firefox for Android Graveyard :: Testing, defect)
Tracking
(firefox44 affected, firefox45 fixed, firefox46 fixed)
RESOLVED
FIXED
Firefox 46
People
(Reporter: philor, Assigned: gbrown)
References
Details
(Keywords: intermittent-failure)
Attachments
(1 file)
2.11 KB,
patch
|
Margaret
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
![]() |
Assignee | |
Updated•5 years ago
|
Assignee: nobody → gbrown
![]() |
Assignee | |
Comment 22•5 years ago
|
||
This test loads robocop_blank_01 in a tab, then opens a second tab and loads robocop_blank_02 in that tab. Screenshots from this failure show the url bar contains "http://mochi.test:8888/tests/robocop/robocop_blank_01.htmlhttp://mochi.test:8888/tests/robocop/robocop_blank_02.html", with the first part ("http://mochi.test:8888/tests/robocop/robocop_blank_01.html") highlighted. A race between the test and a page load handler to update the url bar? Something related to search suggestions? I cannot reproduce manually in the emulator.
![]() |
Assignee | |
Comment 23•5 years ago
|
||
testNewTab uses BaseTest.addTab(url) which is one of the few remaining clients of the ever-troublesome inputAndLoadUrl().
![]() |
Assignee | |
Comment 24•5 years ago
|
||
This just changes the way that robocop initiates a page load -- as in bug 923109 -- this time after adding a new tab. That old code to type into the url bar keeps breaking -- better to avoid it. Try looks good, and I can even re-enable testNewTab on 4.3: https://treeherder.mozilla.org/#/jobs?repo=try&revision=68a706ecede3&selectedJob=15580086 I may also be able to dup several other bugs to this one: bug 995696, bug 1145851, bug 1234045.
Attachment #8709163 -
Flags: review?(margaret.leibovic)
Comment 25•5 years ago
|
||
Comment on attachment 8709163 [details] [diff] [review] in BaseTest.addTab, use loadUrlAndWait instead of inputAndLoadUrl Review of attachment 8709163 [details] [diff] [review]: ----------------------------------------------------------------- Nice find.
Attachment #8709163 -
Flags: review?(margaret.leibovic) → review+
Comment 30•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/31cea552fc10
Status: NEW → RESOLVED
Closed: 5 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 46
Comment 31•5 years ago
|
||
bugherderuplift |
https://hg.mozilla.org/releases/mozilla-aurora/rev/fb5d1646e98d
status-firefox45:
--- → fixed
Comment hidden (Intermittent Failures Robot) |
Updated•3 months ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•