Perma <random>interpolation.html | padding interpolation - NotSupportedError: Animation to or from an underlying value is not yet supported. when Gecko 71 merges to Beta on 2019-10-14
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr60 | --- | unaffected |
firefox-esr68 | --- | unaffected |
firefox69 | --- | unaffected |
firefox70 | --- | unaffected |
firefox71 | --- | verified |
People
(Reporter: ccoroiu, Assigned: daisuke)
Details
(Keywords: regression)
Attachments
(5 files)
[Tracking Requested - why for this release]:
Failure logs:
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=265124259&repo=try&lineNumber=1977
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=265132081&repo=try&lineNumber=2576
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=265132079&repo=try&lineNumber=2560
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=265121463&repo=try&lineNumber=2417
https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=265121447&repo=try&lineNumber=3336
Failures:
TEST-UNEXPECTED-FAIL | /css/css-box/animation/padding-interpolation.html | padding interpolation - NotSupportedError: Animation to or from an underlying value is not yet supported.
TEST-UNEXPECTED-ERROR | /css/css-backgrounds/animations/border-color-interpolation.html | NotSupportedError: Animation to or from an underlying value is not yet supported.
TEST-UNEXPECTED-FAIL | /css/css-transforms/animation/transform-interpolation-006.html | transform interpolation - NotSupportedError: Animation to or from an underlying value is not yet supported.
TEST-UNEXPECTED-FAIL | /css/css-multicol/animation/column-count-interpolation.html | column-count interpolation - NotSupportedError: Animation to or from an underlying value is not yet supported.
TEST-UNEXPECTED-FAIL | /css/css-transforms/animation/transform-interpolation-006.html | transform interpolation - NotSupportedError: Animation to or from an underlying value is not yet supported.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
Assignee | ||
Comment 2•5 years ago
|
||
Depends on D44938
Assignee | ||
Comment 3•5 years ago
|
||
Depends on D44939
Assignee | ||
Comment 4•5 years ago
|
||
Depends on D44940
Assignee | ||
Updated•5 years ago
|
Comment 6•5 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/cc83d7fe35d8
https://hg.mozilla.org/mozilla-central/rev/58011a2d3dbc
https://hg.mozilla.org/mozilla-central/rev/2d92a2fa764a
https://hg.mozilla.org/mozilla-central/rev/62f5b57b9a03
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Updated•5 years ago
|
Comment 8•5 years ago
|
||
This is reappearing and I believe it's being caused by the changes in https://bugzilla.mozilla.org/show_bug.cgi?id=1578125#c30, more exactly: https://hg.mozilla.org/mozilla-central/rev/73d9659e7715
Brian could you please take a look at it?
Comment 9•5 years ago
|
||
James, can we set a pref to be true for all WPT runs?
The issue is Blink checked in a common interpolation test function that uses a feature we have prefed-off on beta/release. That test function gets used by dozens of specs and every time someone uses it in a new spec we need to add another __dir__.ini
to un-break beta.
I notice there is a root __dir__.ini
but I don't see any prefs set in it, so I guess it's not the done thing?
Comment 10•5 years ago
|
||
Comment 11•5 years ago
|
||
This pref is required by the common animation interpolation test function used
in many of the CSS test suites but currently we only enable it on Nightly. As a
result, each time a new spec adds animation tests, we get failures on our beta
simulations. Rather than turn this on for each directory it is used in each
time a new failure occurs, this patch makes us set it globally.
This patch also removes a number of instances where we set this pref locally.
It only removes the instances that were specifically added due to the
introduction of the common CSS interpolation test function. The existing
instances remain untouched since they serve as documentation of other places
where we are specifically testing that feature.
Updated•5 years ago
|
Comment 12•5 years ago
|
||
Comment hidden (Intermittent Failures Robot) |
Comment 14•5 years ago
|
||
bugherder |
Reporter | ||
Comment 15•5 years ago
|
||
Verified as fixed with this beta sim:
https://treeherder.mozilla.org/#/jobs?repo=try&revision=5c682c9f151590c24a9f0226ae16a3abc4708d86&searchStr=wpt
Comment 16•5 years ago
|
||
Bugbug thinks this bug is a regression, but please revert this change in case of error.
Comment hidden (Intermittent Failures Robot) |
Description
•