Closed
Bug 1499239
Opened 7 years ago
Closed 7 years ago
Intermittent mobile/android/tests/browser/chrome/test_session_scroll_position.html | scrollY set correctly - got 292, expected 343
Categories
(Firefox for Android Graveyard :: Testing, defect)
Tracking
(firefox64 fixed)
RESOLVED
FIXED
Firefox 64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: intermittent-bug-filer, Assigned: JanH)
References
Details
(Keywords: intermittent-failure, Whiteboard: [stockwell unknown])
Attachments
(1 file)
Filed by: aciure [at] mozilla.com
https://treeherder.mozilla.org/logviewer.html#?job_id=205631970&repo=autoland
https://queue.taskcluster.net/v1/task/GOTjKTxSS_a_Yj8XZoWhPg/runs/0/artifacts/public/logs/live_backing.log
[task 2018-10-15T22:20:33.642Z] 22:20:33 INFO - 158 INFO TEST-PASS | mobile/android/tests/browser/chrome/test_session_scroll_position.html | scrollX set correctly
[task 2018-10-15T22:20:33.642Z] 22:20:33 INFO - Buffered messages finished
[task 2018-10-15T22:20:33.643Z] 22:20:33 INFO - 159 INFO TEST-UNEXPECTED-FAIL | mobile/android/tests/browser/chrome/test_session_scroll_position.html | scrollY set correctly - got 292, expected 343
[task 2018-10-15T22:20:33.644Z] 22:20:33 INFO - SimpleTest.is@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:312:5
[task 2018-10-15T22:20:33.644Z] 22:20:33 INFO - checkScroll@chrome://mochitests/content/chrome/mobile/android/tests/browser/chrome/test_session_scroll_position.html:86:7
[task 2018-10-15T22:20:33.645Z] 22:20:33 INFO - createAndRemoveTab/<@chrome://mochitests/content/chrome/mobile/android/tests/browser/chrome/test_session_scroll_position.html:277:9
[task 2018-10-15T22:20:33.646Z] 22:20:33 INFO - TaskImpl_run@resource://gre/modules/Task.jsm:326:42
[task 2018-10-15T22:20:33.646Z] 22:20:33 INFO - 160 INFO TEST-PASS | mobile/android/tests/browser/chrome/test_session_scroll_position.html | zoom set correctly
[task 2018-10-15T22:20:33.647Z] 22:20:33 INFO - 161 INFO Now waiting for SSTabScrollCaptured event from container
[task 2018-10-15T22:20:33.647Z] 22:20:33 INFO - 162 INFO Received event SSTabScrollCaptured from container
[task 2018-10-15T22:20:33.648Z] 22:20:33 INFO - 163 INFO TEST-PASS | mobile/android/tests/browser/chrome/test_session_scroll_position.html | scrollX set correctly
[task 2018-10-15T22:20:33.648Z] 22:20:33 INFO - 164 INFO TEST-PASS | mobile/android/tests/browser/chrome/test_session_scroll_position.html | scrollY set correctly
[task 2018-10-15T22:20:33.649Z] 22:20:33 INFO - 165 INFO Now waiting for SSTabScrollCaptured event from container
[task 2018-10-15T22:20:33.650Z] 22:20:33 INFO - 166 INFO Received event SSTabScrollCaptured from container
[task 2018-10-15T22:20:33.651Z] 22:20:33 INFO - 167 INFO TEST-PASS | mobile/android/tests/browser/chrome/test_session_scroll_position.html | scrollX set correctly
[task 2018-10-15T22:20:33.651Z] 22:20:33 INFO - 168 INFO TEST-PASS | mobile/android/tests/browser/chrome/test_session_scroll_position.html | scrollY set correctly
[task 2018-10-15T22:20:33.652Z] 22:20:33 INFO - 169 INFO Now waiting for SSTabCloseProcessed event from container
[task 2018-10-15T22:20:33.653Z] 22:20:33 INFO - 170 INFO Received event SSTabCloseProcessed from container
[task 2018-10-15T22:20:33.654Z] 22:20:33 INFO - 171 INFO TEST-UNEXPECTED-FAIL | mobile/android/tests/browser/chrome/test_session_scroll_position.html | stored scroll position for frameset is correct - got "0,292", expected "0,343"
[task 2018-10-15T22:20:33.654Z] 22:20:33 INFO - SimpleTest.is@chrome://mochikit/content/tests/SimpleTest/SimpleTest.js:312:5
[task 2018-10-15T22:20:33.655Z] 22:20:33 INFO - test_sessionStoreScrollPositionForFrames@chrome://mochitests/content/chrome/mobile/android/tests/browser/chrome/test_session_scroll_position.html:298:5
[task 2018-10-15T22:20:33.656Z] 22:20:33 INFO - _handleTabClosed@chrome://browser/content/browser.js:1272:5
[task 2018-10-15T22:20:33.657Z] 22:20:33 INFO - onEvent@chrome://browser/content/browser.js:1997:9
![]() |
||
Updated•7 years ago
|
Flags: needinfo?(jh+bugzilla)
Assignee | ||
Comment 1•7 years ago
|
||
Oops, seems like the frameset scroll that much. Fix coming this evening.
Assignee: nobody → jh+bugzilla
Blocks: 1498892
Flags: needinfo?(jh+bugzilla)
OS: Unspecified → Android
Hardware: Unspecified → All
Assignee | ||
Comment 2•7 years ago
|
||
(In reply to Jan Henning [:JanH] from comment #1)
> Oops, seems like the frameset scroll that much.
... like the frameset *can't* scroll that much.
Assignee | ||
Comment 3•7 years ago
|
||
The size of the frameset on the emulator is smaller than I expected, so we can't
scroll the full range of SCROLL_Y even when we've zoomed in somewhat.
Because SCROLL_Y has a maximum of 400 and the scroll got truncated to 292, we
divide the number in half.
So we don't have to generate yet another hard-coded scroll string for this case,
we switch to generating them on the fly from the test data for the respective
sub test.
Pushed by mozilla@buttercookie.de:
https://hg.mozilla.org/integration/autoland/rev/de6fb9a3d7a5
Use a smaller scroll range for the frameset. r=gbrown
Comment 5•7 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 64
Comment hidden (Intermittent Failures Robot) |
Is this bug fixed?
I have noticed error in comment 6.
Flags: needinfo?(shindli)
Assignee | ||
Comment 8•7 years ago
|
||
Those errors all happened in the period between bug 1498892 landing and this fix.
Flags: needinfo?(shindli)
Comment hidden (Intermittent Failures Robot) |
Comment hidden (Intermittent Failures Robot) |
Updated•5 years 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
•