Bug 206682 - [ macOS iOS ] animations/play-state-paused.html is flaky failing
Summary: [ macOS iOS ] animations/play-state-paused.html is flaky failing
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Animations (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Antoine Quint
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-01-23 11:03 PST by Jacob Uphoff
Modified: 2020-03-18 06:34 PDT (History)
8 users (show)

See Also:


Attachments
Update Test Expectations (2.03 KB, patch)
2020-01-27 14:33 PST, Jacob Uphoff
no flags Details | Formatted Diff | Diff
Update Test Expectations (2.14 KB, patch)
2020-01-27 14:55 PST, Jacob Uphoff
no flags Details | Formatted Diff | Diff
Patch (3.25 KB, patch)
2020-03-18 04:40 PDT, Antoine Quint
no flags Details | Formatted Diff | Diff
Patch (4.78 KB, patch)
2020-03-18 04:47 PDT, Antoine Quint
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jacob Uphoff 2020-01-23 11:03:15 PST
animations/play-state-paused.html is flaky failing across all platforms

I did not try to reproduce the failure

history:
https://results.webkit.org/?suite=layout-tests&test=animations%2Fplay-state-paused.html

Diff:

--- /Volumes/Data/slave/mojave-debug-tests-wk1/build/layout-test-results/animations/play-state-paused-expected.txt
+++ /Volumes/Data/slave/mojave-debug-tests-wk1/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
+FAIL - "webkitTransform" property for "box" element at 0.5s expected: 1,0,0,1,75,0 but saw: matrix(1, 0, 0, 1, 107.25, 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
Comment 1 Radar WebKit Bug Importer 2020-01-23 11:04:21 PST
<rdar://problem/58840950>
Comment 2 Truitt Savell 2020-01-23 15:47:39 PST
This has been failing for the whole visible history.
Comment 3 Alexey Proskuryakov 2020-01-26 13:12:14 PST
Probably same root cause as bug 192503. We should consider merging them, unless there is a clear distinction of some sort.
Comment 4 Jacob Uphoff 2020-01-27 14:33:34 PST
Created attachment 388913 [details]
Update Test Expectations
Comment 5 Jacob Uphoff 2020-01-27 14:55:05 PST
Created attachment 388918 [details]
Update Test Expectations
Comment 6 Truitt Savell 2020-01-27 14:59:22 PST
Comment on attachment 388918 [details]
Update Test Expectations

Clearing flags on attachment: 388918

Committed r255180: <https://trac.webkit.org/changeset/255180>
Comment 7 Antoine Quint 2020-03-18 04:40:23 PDT
Created attachment 393832 [details]
Patch
Comment 8 Antoine Quint 2020-03-18 04:47:31 PDT
Created attachment 393833 [details]
Patch
Comment 9 WebKit Commit Bot 2020-03-18 06:34:34 PDT
Comment on attachment 393833 [details]
Patch

Clearing flags on attachment: 393833

Committed r258627: <https://trac.webkit.org/changeset/258627>
Comment 10 WebKit Commit Bot 2020-03-18 06:34:36 PDT
All reviewed patches have been landed.  Closing bug.