Bug 241282 - [ Windows EWS ] webanimations/accelerated-animations-and-motion-path.html is a flaky failure
Summary: [ Windows EWS ] webanimations/accelerated-animations-and-motion-path.html is ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Karl Rackler
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2022-06-03 13:27 PDT by Karl Rackler
Modified: 2022-06-03 13:40 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Karl Rackler 2022-06-03 13:27:31 PDT
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
Comment 1 Radar WebKit Bug Importer 2022-06-03 13:27:58 PDT
<rdar://problem/94362852>
Comment 2 Karl Rackler 2022-06-03 13:31:34 PDT
I have marked this test as a flaky failure while this issue is investigated.
Comment 3 Karl Rackler 2022-06-03 13:35:03 PDT
Pull request: https://github.com/WebKit/WebKit/pull/1286
Comment 4 EWS 2022-06-03 13:40:14 PDT
Test gardening commit r295226 (251281@main): <https://commits.webkit.org/251281@main>

Reviewed commits have been landed. Closing PR #1286 and removing active labels.