Bug 185651
| Summary: | Layout Test legacy-animation-engine/animations/play-state-in-shorthand.html is a flaky failure | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | Ryan Haddad <ryanhaddad> |
| Component: | Animations | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED CONFIGURATION CHANGED | ||
| Severity: | Normal | CC: | ap, dino, graouts, graouts, Lawrence.j, realdawei, tsavell, webkit-bug-importer |
| Priority: | P2 | Keywords: | InRadar |
| Version: | Other | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Ryan Haddad
The following layout test is flaky on macOS
legacy-animation-engine/animations/play-state-in-shorthand.html
Probable cause:
Unknown.
Flakiness Dashboard:
https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=legacy-animation-engine%2Fanimations%2Fplay-state-in-shorthand.html
--- /Volumes/Data/slave/sierra-debug-tests-wk2/build/layout-test-results/legacy-animation-engine/animations/play-state-in-shorthand-expected.txt
+++ /Volumes/Data/slave/sierra-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 0.5s expected: 1,0,0,1,75,0 but saw: matrix(1, 0, 0, 1, 112.27082061767578, 0)
+FAIL - "transform" property for "box" element at 1s expected: 1,0,0,1,150,0 but saw: matrix(1, 0, 0, 1, 182.9301300048828, 0)
+FAIL - "transform" property for "box" element at 2.5s expected: 1,0,0,1,150,0 but saw: matrix(1, 0, 0, 1, 182.9301300048828, 0)
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Ryan Haddad
Marked test as flaky in https://trac.webkit.org/r236096
Alexey Proskuryakov
*** Bug 207164 has been marked as a duplicate of this bug. ***
Antoine Quint
This test is gone as of r258150, see bug 208815.
Radar WebKit Bug Importer
<rdar://problem/60238132>