Closed
Bug 1206858
Opened 9 years ago
Closed 9 years ago
dom/events/test/test_bug946632.html frequently times out on Linux m-e10s with APZ enabled
Categories
(Core :: Panning and Zooming, defect)
Tracking
()
RESOLVED
FIXED
mozilla44
People
(Reporter: kats, Assigned: kats)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
2.77 KB,
patch
|
mattwoodrow
:
review+
|
Details | Diff | Splinter Review |
With APZ enabled this test frequently times out on tryserver. I can repro locally, investigating.
Assignee | ||
Comment 1•9 years ago
|
||
This fixes it for me locally, but I'll do a try push to make sure it doesn't break anything else. The problem is basically that if a second call to waitForAllPaints arrives before the first one is completely dealt with, then one of them gets lost because the "onpaint" variable is clobbered.
Assignee | ||
Comment 2•9 years ago
|
||
Test on vanilla m-c: https://treeherder.mozilla.org/#/jobs?repo=try&revision=d0cbbb267470
Test with APZ enabled and some patches that help with APZ reftests: https://treeherder.mozilla.org/#/jobs?repo=try&revision=a28c57df1bda
Assignee | ||
Updated•9 years ago
|
Attachment #8663844 -
Flags: review?(matt.woodrow)
Updated•9 years ago
|
Attachment #8663844 -
Flags: review?(matt.woodrow) → review+
Updated•9 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla44
You need to log in
before you can comment on or make changes to this bug.
Description
•