Bug 207164 - [iOS wk2 Debug] legacy-animation-engine/animations/play-state-in-shorthand.html is flaky failing.
Summary: [iOS wk2 Debug] legacy-animation-engine/animations/play-state-in-shorthand.ht...
Status: RESOLVED DUPLICATE of bug 185651
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2020-02-03 16:27 PST by Jason Lawrence
Modified: 2020-02-03 22:14 PST (History)
3 users (show)

See Also:


Attachments
Update Test Expectations (1.50 KB, patch)
2020-02-03 16:32 PST, Jason Lawrence
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason Lawrence 2020-02-03 16:27:25 PST
legacy-animation-engine/animations/play-state-in-shorthand.html

Description:
This test is flaky failing on iOS wk2 debug.

History:
https://results.webkit.org/?suite=layout-tests&test=legacy-animation-engine%2Fanimations%2Fplay-state-in-shorthand.html&platform=ios&limit=50000

Diff:
--- /Volumes/Data/slave/ios-simulator-13-debug-tests-wk2/build/layout-test-results/legacy-animation-engine/animations/play-state-in-shorthand-expected.txt
+++ /Volumes/Data/slave/ios-simulator-13-debug-tests-wk2/build/layout-test-results/legacy-animation-engine/animations/play-state-in-shorthand-actual.txt
@@ -1,4 +1,4 @@
 PASS - "transform" property for "box" element at 0.5s saw something close to: 1,0,0,1,75,0
-PASS - "transform" property for "box" element at 1s saw something close to: 1,0,0,1,150,0
-PASS - "transform" property for "box" element at 2.5s saw something close to: 1,0,0,1,150,0
+FAIL - "transform" property for "box" element at 1s expected: 1,0,0,1,150,0 but saw: matrix(1, 0, 0, 1, 171.20132446289062, 0)
+FAIL - "transform" property for "box" element at 2.5s expected: 1,0,0,1,150,0 but saw: matrix(1, 0, 0, 1, 171.20132446289062, 0)
Comment 1 Radar WebKit Bug Importer 2020-02-03 16:27:40 PST
<rdar://problem/59131312>
Comment 2 Jason Lawrence 2020-02-03 16:32:40 PST
Created attachment 389599 [details]
Update Test Expectations
Comment 3 Truitt Savell 2020-02-03 16:35:00 PST
Comment on attachment 389599 [details]
Update Test Expectations

Clearing flags on attachment: 389599

Committed r255616: <https://trac.webkit.org/changeset/255616>
Comment 4 Alexey Proskuryakov 2020-02-03 22:14:14 PST

*** This bug has been marked as a duplicate of bug 185651 ***