Bug 187323

Summary: [GTK] imported/w3c/web-platform-tests/web-animations/timing-model/timelines/timelines.html is failing
Product: WebKit Reporter: Alicia Boya García <aboya>
Component: WebKitGTKAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, calvaris, magomez
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

Description Alicia Boya García 2018-07-04 09:01:14 PDT
The following test has been failing on GTK and WPE for a long time:

imported/w3c/web-platform-tests/web-animations/timing-model/timelines/timelines.html

Surprisingly, it has passed on WPE on just a couple of times in recent times, but otherwise it's consistently failing on both GTK and WPE.

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/web-animations/timing-model/timelines/timelines-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/web-animations/timing-model/timelines/timelines-actual.txt
@@ -1,6 +1,8 @@
+
+Harness Error (TIMEOUT), message = null
 
 PASS Timeline time increases once per animation frame 
 PASS Timeline time increases once per animation frame in an iframe 
 PASS Timeline time should be the same for all RAF callbacks in an animation frame 
-PASS Performs a microtask checkpoint after updating timelins 
+TIMEOUT Performs a microtask checkpoint after updating timelins Test timed out
 

--- /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/web-animations/timing-model/timelines/timelines-expected.txt
+++ /home/buildbot/wpe/wpe-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/web-animations/timing-model/timelines/timelines-actual.txt
@@ -1,6 +1,8 @@
 
-PASS Timeline time increases once per animation frame 
-PASS Timeline time increases once per animation frame in an iframe 
-PASS Timeline time should be the same for all RAF callbacks in an animation frame 
-PASS Performs a microtask checkpoint after updating timelins 
+Harness Error (TIMEOUT), message = null
 
+TIMEOUT Timeline time increases once per animation frame Test timed out
+TIMEOUT Timeline time increases once per animation frame in an iframe Test timed out
+TIMEOUT Timeline time should be the same for all RAF callbacks in an animation frame Test timed out
+TIMEOUT Performs a microtask checkpoint after updating timelins Test timed out
+
Comment 1 Miguel Gomez 2018-07-12 06:10:30 PDT
This is passing consistently since r233512.