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: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED FIXED | ||
| Severity: | Normal | CC: | bugs-noreply, calvaris, magomez |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
Alicia Boya García
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
+
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Miguel Gomez
This is passing consistently since r233512.