Summary: | [Web Animations] Fix test regressions after enabling Web Animations with CSS Integration | ||
---|---|---|---|
Product: | WebKit | Reporter: | Antoine Quint <graouts> |
Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
Status: | REOPENED --- | ||
Severity: | Normal | CC: | dino, graouts, Hironori.Fujii, ross.kirsling, tsavell, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | Safari Technology Preview | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
See Also: |
https://bugs.webkit.org/show_bug.cgi?id=184819 https://bugs.webkit.org/show_bug.cgi?id=186946 https://bugs.webkit.org/show_bug.cgi?id=171600 https://bugs.webkit.org/show_bug.cgi?id=49182 |
||
Bug Depends on: | 190150 | ||
Bug Blocks: |
Description
Antoine Quint
2018-09-27 02:34:17 PDT
These three tests are crashing after https://trac.webkit.org/changeset/236541/webkit legacy-animation-engine/transitions/transition-to-from-auto.html legacy-animation-engine/transitions/extra-transition.html legacy-animation-engine/animations/duplicate-keys.html History: https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=legacy-animation-engine%2Ftransitions%2Ftransition-to-from-auto.html%20legacy-animation-engine%2Ftransitions%2Fextra-transition.html%20legacy-animation-engine%2Fanimations%2Fduplicate-keys.html Crashes are occurring on Mac Debug WK1 Individually none of those tests crash on WK1 Debug locally. However, the crash reported on the bots is webkit.org/b/186946. WinCairo has 85 diff failures (actually including the output "FAIL") under legacy-animation-engine as a result of the patch: https://build.webkit.org/results/WinCairo%2064-bit%20WKL%20Release%20(Tests)/r236582%20(1722)/results.html (In reply to Truitt Savell from comment #2) > These three tests are crashing after > https://trac.webkit.org/changeset/236541/webkit > > legacy-animation-engine/transitions/transition-to-from-auto.html > legacy-animation-engine/transitions/extra-transition.html > legacy-animation-engine/animations/duplicate-keys.html These should no longer be happening as of https://trac.webkit.org/changeset/236650. The WinCairo failures are due to a trivial oversight that evidently didn't matter until now -- patch submitted in bug 190150. animations/missing-values-first-keyframe.html animations/missing-values-last-keyframe.html these two tests appear to be passing everywhere. Removed their expectation in https://trac.webkit.org/changeset/263421/webkit I don't think this is tracking any actual work anymore, let's close this. This bug ID is still used to mark failing tests in TestExpectations. Reopened. https://github.com/WebKit/WebKit/blob/aaa1eb722ad16c0a03c7d09924b8e6611fb65acb/LayoutTests/TestExpectations#L3520-L3527 |