Bug 197254 - [GTK] imported/w3c/web-platform-tests/css/css-animations/animationevent-types.html is flaky
Summary: [GTK] imported/w3c/web-platform-tests/css/css-animations/animationevent-types...
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: 203477
  Show dependency treegraph
 
Reported: 2019-04-24 16:04 PDT by Alicia Boya García
Modified: 2020-06-19 00:36 PDT (History)
2 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 2019-04-24 16:04:24 PDT
The following test is flaky since r242662 or earlier

imported/w3c/web-platform-tests/css/css-animations/animationevent-types.html

--- /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/css/css-animations/animationevent-types-expected.txt
+++ /home/slave/webkitgtk/gtk-linux-64-release-tests/build/layout-test-results/imported/w3c/web-platform-tests/css/css-animations/animationevent-types-actual.txt
@@ -1,6 +1,8 @@
 Filler Text
 
+Harness Error (TIMEOUT), message = null
+
 FAIL animationstart event is instanceof AnimationEvent assert_idl_attribute: animationstart has pseudoElement property property "pseudoElement" not found in prototype chain
-FAIL animationend event is instanceof AnimationEvent assert_idl_attribute: animationstart has pseudoElement property property "pseudoElement" not found in prototype chain
-FAIL animationiteration event is instanceof AnimationEvent assert_idl_attribute: animationstart has pseudoElement property property "pseudoElement" not found in prototype chain
+TIMEOUT animationend event is instanceof AnimationEvent Test timed out
+TIMEOUT animationiteration event is instanceof AnimationEvent Test timed out
Comment 1 Diego Pino 2020-06-19 00:36:12 PDT
The test(s) filed under this bug have been consistently passing for the last 4000 revisions. Marking bug as fixed.

Committed r263254: <https://trac.webkit.org/changeset/263254>