Bug 187323 - [GTK] imported/w3c/web-platform-tests/web-animations/timing-model/timelines/timelines.html is failing
Summary: [GTK] imported/w3c/web-platform-tests/web-animations/timing-model/timelines/t...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKitGTK (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-07-04 09:01 PDT by Alicia Boya García
Modified: 2018-07-12 06:10 PDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.