Bug 241282
Summary: | [ Windows EWS ] webanimations/accelerated-animations-and-motion-path.html is a flaky failure | ||
---|---|---|---|
Product: | WebKit | Reporter: | Karl Rackler <rackler> |
Component: | New Bugs | Assignee: | Karl Rackler <rackler> |
Status: | NEW | ||
Severity: | Normal | CC: | graouts, webkit-bot-watchers-bugzilla, webkit-bug-importer |
Priority: | P2 | Keywords: | InRadar |
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Karl Rackler
Description:
webanimations/accelerated-animations-and-motion-path.html
Is flaky failure on Windows-EWS in https://ews-build.s3-us-west-2.amazonaws.com/Windows-EWS/29057bba-136864/results.html
History:
This does not appear in https://results.webkit.org/?suite=layout-tests&test=webanimations%2Faccelerated-animations-and-motion-path.html&platform=win&platform=wincairo&limit=50000
The first instance I can find is https://ews-build.webkit.org/#/builders/10/builds/136864
Diff:
--- /home/buildbot/worker/Windows-EWS/build/layout-test-results/webanimations/accelerated-animations-and-motion-path-expected.txt
+++ /home/buildbot/worker/Windows-EWS/build/layout-test-results/webanimations/accelerated-animations-and-motion-path-actual.txt
@@ -1,7 +1,7 @@
PASS Setting 'offset' on the underlying style prevents a 'transform' animation from being accelerated.
-PASS Toggling 'offset' dynamically on the underlying style toggles the ability for a 'transform' animation to be accelerated.
+FAIL Toggling 'offset' dynamically on the underlying style toggles the ability for a 'transform' animation to be accelerated. assert_equals: expected 1 but got 0
PASS Animating both 'offset' and 'transform' on the same animation prevents acceleration.
-PASS Animating both 'offset' and 'transform' on different animations prevents acceleration.
-PASS Setting keyframes on an animation to include 'offset' on top of 'transform' prevents acceleration.
+FAIL Animating both 'offset' and 'transform' on different animations prevents acceleration. assert_equals: expected 1 but got 0
+FAIL Setting keyframes on an animation to include 'offset' on top of 'transform' prevents acceleration. assert_equals: expected 1 but got 0
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Radar WebKit Bug Importer
<rdar://problem/94362852>
Karl Rackler
I have marked this test as a flaky failure while this issue is investigated.
Karl Rackler
Pull request: https://github.com/WebKit/WebKit/pull/1286
EWS
Test gardening commit r295226 (251281@main): <https://commits.webkit.org/251281@main>
Reviewed commits have been landed. Closing PR #1286 and removing active labels.