Bug 184459

Summary: Layout Test legacy-animation-engine/animations/animation-callback-timestamp.html is a flaky failure
Product: WebKit Reporter: Ryan Haddad <ryanhaddad>
Component: AnimationsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED CONFIGURATION CHANGED    
Severity: Normal CC: dino, graouts, graouts, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: Other   
Hardware: Unspecified   
OS: Unspecified   

Description Ryan Haddad 2018-04-10 10:31:08 PDT
The following layout test is failing on macOS

legacy-animation-engine/animations/animation-callback-timestamp.html

Probable cause:

This test was added in https://trac.webkit.org/changeset/230471/webkit

Flakiness Dashboard:

https://webkit-test-results.webkit.org/dashboards/flakiness_dashboard.html#showAllRuns=true&tests=legacy-animation-engine%2Fanimations%2Fanimation-callback-timestamp.html

--- /Volumes/Data/slave/highsierra-debug-tests-wk2/build/layout-test-results/legacy-animation-engine/animations/animation-callback-timestamp-expected.txt
+++ /Volumes/Data/slave/highsierra-debug-tests-wk2/build/layout-test-results/legacy-animation-engine/animations/animation-callback-timestamp-actual.txt
@@ -1,4 +1,6 @@
-PASS All the differences between requestAnimationFrame() callback timestamps and Performance.now() were within 3ms.
+requestAnimationFrame() timestamp = 235.00000000000003, window.performance.now() = 238.00000000000003
+requestAnimationFrame() timestamp = 486, window.performance.now() = 489
+FAIL Some of the requestAnimationFrame() callback timestamps were larger than Performance.now() by more than 3ms.
 PASS successfullyParsed is true
 
 TEST COMPLETE
Comment 1 Ryan Haddad 2018-04-10 16:42:32 PDT
Marked test as flaky in https://trac.webkit.org/changeset/230503/webkit
Comment 2 Antoine Quint 2020-03-09 12:59:21 PDT
This test is gone as of r258150, see bug 208815.
Comment 3 Radar WebKit Bug Importer 2020-03-09 13:00:18 PDT
<rdar://problem/60238178>