Bug 192503 - [macOS WK2 Debug] Flaky Layout Test: animations/play-state-paused.html
Summary: [macOS WK2 Debug] Flaky Layout Test: animations/play-state-paused.html
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-07 10:39 PST by Matt Lewis
Modified: 2020-01-26 13:12 PST (History)
4 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Matt Lewis 2018-12-07 10:39:16 PST
animations/play-state-paused.html is a flaky failure on macOS WK2 Debug testers according to the flakiness dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=animations%2Fplay-state-paused.html

https://build.webkit.org/results/Apple%20Mojave%20Debug%20WK2%20(Tests)/r238951%20(808)/results.html

--- /Volumes/Data/slave/mojave-debug-tests-wk2/build/layout-test-results/animations/play-state-paused-expected.txt
+++ /Volumes/Data/slave/mojave-debug-tests-wk2/build/layout-test-results/animations/play-state-paused-actual.txt
@@ -1,4 +1,4 @@
 PASS - "webkitTransform" property for "box" element at 0.5s saw something close to: 1,0,0,1,75,0
 PASS - "webkitTransform" property for "box" element at 1s saw something close to: 1,0,0,1,150,0
-PASS - "webkitTransform" property for "box" element at 2.5s saw something close to: 1,0,0,1,150,0
+FAIL - "webkitTransform" property for "box" element at 2.5s expected: 1,0,0,1,150,0 but saw: matrix(1, 0, 0, 1, 175.1999969482422, 0)
 


This seems to be a similar flaky fail as the flaky failure in https://bugs.webkit.org/show_bug.cgi?id=192501
The test doesn't have a recent regression and the legacy version of the test (legacy-animation-engine/animations/play-state-paused.html) is also a flaky failure and has been for quite some time.