Closed
Bug 1176798
Opened 9 years ago
Closed 9 years ago
Intermittent gfx/layers/apz/test/test_basic_pan.html | check that the iframe scrolled - got 0, expected 50
Categories
(Core :: Panning and Zooming, defect)
Core
Panning and Zooming
Tracking
()
RESOLVED
FIXED
mozilla42
Tracking | Status | |
---|---|---|
firefox40 | --- | unaffected |
firefox41 | --- | fixed |
firefox42 | --- | fixed |
firefox-esr31 | --- | unaffected |
firefox-esr38 | --- | unaffected |
People
(Reporter: philor, Assigned: kats)
References
Details
(Keywords: intermittent-failure)
Attachments
(2 files)
(deleted),
text/plain
|
Details | |
(deleted),
patch
|
botond
:
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 (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) |
Updated•9 years ago
|
Component: Graphics: Layers → Panning and Zooming
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → bugmail.mozilla
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 (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 24•9 years ago
|
||
Seeing as it's only ever the "div" or "iframe" sub-tests that are failing I suspect that the subframe isn't getting layerized in time and we might just need to increase the content-response timeout. I did a try push with logging that might help confirm this: https://treeherder.mozilla.org/#/jobs?repo=try&revision=e0c62cdf90ad
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 (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Assignee | ||
Comment 36•9 years ago
|
||
Updated try push at [1] resulted in the log at [2] which shows that the content response timeout is firing before the content gets layerized. The content response timeout takes 5 seconds as expected but it takes just under 8 seconds (from 15:26:17.827 to 15:26:25.777) for the displayport to trigger a repaint with the new layerization. Presumably bumping up the timeout to 10 seconds should be sufficient although I'm wondering why it takes so long for the repaint to happen, specially since it seems like the content process is mostly idle during that time.
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=1ea53e97304d
[2] http://ftp.mozilla.org/pub/mozilla.org/b2g/try-builds/kgupta@mozilla.com-1ea53e97304d/try-emulator-debug/try_ubuntu64_vm-b2g-emulator-debug_test-mochitest-debug-17-bm52-tests1-linux64-build247.txt.gz
Assignee | ||
Comment 37•9 years ago
|
||
For posterity here's the log from the failing run.
Assignee | ||
Comment 38•9 years ago
|
||
Attachment #8629651 -
Flags: review?(botond)
Updated•9 years ago
|
Attachment #8629651 -
Flags: review?(botond) → review+
Comment 39•9 years ago
|
||
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Status: NEW → RESOLVED
Closed: 9 years ago
status-firefox42:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla42
Updated•9 years ago
|
status-firefox40:
--- → unaffected
status-firefox-esr31:
--- → unaffected
status-firefox-esr38:
--- → unaffected
Comment 43•9 years ago
|
||
Flags: in-testsuite+
Comment hidden (Legacy TBPL/Treeherder Robot) |
Comment hidden (Legacy TBPL/Treeherder Robot) |
Updated•9 years ago
|
Comment hidden (Legacy TBPL/Treeherder Robot) |
You need to log in
before you can comment on or make changes to this bug.
Description
•