Closed
Bug 1429521
Opened 7 years ago
Closed 6 years ago
Make mochitests pass with gfx.webrender.hit-test enabled
Categories
(Core :: Graphics: WebRender, defect, P2)
Tracking
()
RESOLVED
FIXED
mozilla62
Tracking | Status | |
---|---|---|
firefox62 | --- | fixed |
People
(Reporter: kats, Assigned: kats)
References
Details
(Whiteboard: [gfx-noted])
Attachments
(1 file)
https://treeherder.mozilla.org/#/jobs?repo=try&revision=da3b429ac8a2ec6a33294401b52f270ba3d50c5d&group_state=expanded&filter-searchStr=qr&selectedJob=155337445
There's some mochitests failing:
dom/events/test/test_moz_mouse_pixel_scroll_event.html
dom/events/test/pointerevents/pointerevent_touch-action-inherit_child-auto-child-none_touch-manual.html
dom/events/test/pointerevents/pointerevent_touch-action-inherit_child-pan-x-child-pan-y_touch-manual.html
dom/events/test/pointerevents/pointerevent_touch-action-inherit_parent-none_touch-manual.html
dom/events/test/pointerevents/pointerevent_touch-action-pan-y-css_touch-manual.html
gfx/layers/apz/test/mochitest/test_bug1277814.html
gfx/layers/apz/test/mochitest/test_group_overrides.html
gfx/layers/apz/test/mochitest/test_group_wheelevents.html
gfx/layers/apz/test/mochitest/test_interrupted_reflow.html
The touch action ones probably need bug 1421384 fixed.
Assignee | ||
Updated•7 years ago
|
Priority: P3 → --
Whiteboard: [gfx-noted][wr-mvp][triage] → [gfx-noted]
Updated•7 years ago
|
Blocks: stage-wr-trains
Priority: -- → P2
Assignee | ||
Updated•6 years ago
|
Assignee: nobody → bugmail
Assignee | ||
Comment 1•6 years ago
|
||
Try push at https://treeherder.mozilla.org/#/jobs?repo=try&revision=d4cc67607fc47f7bad13f0b34cea35b8a2c5eace looks pretty good. The failures are all pre-existing things, or assertion failures from the patch on bug 1465892 which I'll investigate further before landing.
Also, this doesn't re-enable the touch-action tests as those are still failing. I'll tackle that in bug 1421384.
Comment hidden (mozreview-request) |
Comment 3•6 years ago
|
||
mozreview-review |
Comment on attachment 8982488 [details]
Bug 1429521 - Re-enable QR mochitests that were failing due to hit-test flakiness.
https://reviewboard.mozilla.org/r/248462/#review254866
Nice!
Attachment #8982488 -
Flags: review?(botond) → review+
Pushed by kgupta@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/346f02cb4898
Re-enable QR mochitests that were failing due to hit-test flakiness. r=botond
Comment 5•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
status-firefox62:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla62
You need to log in
before you can comment on or make changes to this bug.
Description
•