Closed
Bug 1363045
Opened 8 years ago
Closed 8 years ago
stylo: Figure out why dynamic-mask-01.svg and anim-view-01.svg#view cause timeout
Categories
(Core :: CSS Parsing and Computation, enhancement, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla55
Tracking | Status | |
---|---|---|
firefox55 | --- | fixed |
People
(Reporter: chenpighead, Assigned: hiro)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
Due to lack of smil support for stylo, lots of smil related SVG reftests cause test timeout instead of test failure. I suspect the lack of smil support prevents the tests from removing "reftest-wait". So, I intent to skip a bunch of reftests (see layout/reftests/svg/smil/style/reftest.list) in Bug 1359343. We should re-enable them once we get SVG (SMIL) animations to work for stylo in Bug 1302948.
Reporter | ||
Comment 1•8 years ago
|
||
To be more specific, these timeout issues only appear on stylo debug build!
Updated•8 years ago
|
Priority: -- → P2
Assignee | ||
Comment 2•8 years ago
|
||
Most of the tests have been enabled in bug 1363880.
Rest of failures (test that causes timeout) are:
layout/reftests/svg/dynamic-mask-01.svg
layout/reftests/svg/smil/anim-view-01.svg#view
Summary: stylo: Re-enable smil related SVG reftests → stylo: Figure out why dynamic-mask-01.svg and anim-view-01.svg#view cause timeout
Assignee | ||
Comment 3•8 years ago
|
||
It seems that dynamic-mask-01.svg can be passed now, I guess bug 1365629 fixed it.
[1] https://treeherder.mozilla.org/#/jobs?repo=try&revision=da566cdd159fae87e44e18065b7bbf6da67471e5
Assignee | ||
Updated•8 years ago
|
Keywords: leave-open
Comment hidden (mozreview-request) |
Assignee | ||
Comment 5•8 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #2)
> layout/reftests/svg/smil/anim-view-01.svg#view
This one depends on Bug 1354406.
Comment hidden (mozreview-request) |
Assignee | ||
Comment 7•8 years ago
|
||
(In reply to Hiroyuki Ikezoe (:hiro) from comment #5)
> (In reply to Hiroyuki Ikezoe (:hiro) from comment #2)
> > layout/reftests/svg/smil/anim-view-01.svg#view
>
> This one depends on Bug 1354406.
I decided to add annotations for such kind of tests.
Comment 8•8 years ago
|
||
mozreview-review |
Comment on attachment 8869907 [details]
Bug 1363045 - Don't skip dynamic-mask-01.svg.
https://reviewboard.mozilla.org/r/141458/#review144986
Attachment #8869907 -
Flags: review?(bbirtles) → review+
Comment 9•8 years ago
|
||
mozreview-review |
Comment on attachment 8869912 [details]
Bug 1363045 - Annotate bug number for reftests which don't work because of id anchor.
https://reviewboard.mozilla.org/r/141472/#review144988
Attachment #8869912 -
Flags: review?(bbirtles) → review+
Assignee | ||
Comment 10•8 years ago
|
||
Thank you!
Comment 11•8 years ago
|
||
Pushed by hikezoe@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/1d7739f6d550
Don't skip dynamic-mask-01.svg. r=birtles
https://hg.mozilla.org/integration/autoland/rev/039da694c69f
Annotate bug number for reftests which don't work because of id anchor. r=birtles
Comment 12•8 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/1d7739f6d550
https://hg.mozilla.org/mozilla-central/rev/039da694c69f
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox55:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla55
Updated•6 years ago
|
Assignee: nobody → hikezoe
You need to log in
before you can comment on or make changes to this bug.
Description
•