Title: [270610] trunk/LayoutTests
Revision
270610
Author
[email protected]
Date
2020-12-09 16:35:58 -0800 (Wed, 09 Dec 2020)

Log Message

Marked some WPT worklet tests as flaky
https://bugs.webkit.org/show_bug.cgi?id=219717

Reviewed by Chris Dumez.

* TestExpectations: Marked as flaky:

imported/w3c/web-platform-tests/worklets/animation-worklet-csp.https.html
imported/w3c/web-platform-tests/worklets/animation-worklet-referrer.https.html
imported/w3c/web-platform-tests/worklets/layout-worklet-referrer.https.html

These tests flake a little on Apple platforms, e.g.:

https://build.webkit.org/builders/Apple-Mojave-Release-WK1-Tests/builds/19881
https://build.webkit.org/builders/Apple-Mojave-Release-WK1-Tests/builds/19880
https://build.webkit.org/builders/Apple-Mojave-Release-WK1-Tests/builds/19830

...and a lot on WPE platforms.

Also, animation and layout worklets are not supported features yet.

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (270609 => 270610)


--- trunk/LayoutTests/ChangeLog	2020-12-10 00:35:27 UTC (rev 270609)
+++ trunk/LayoutTests/ChangeLog	2020-12-10 00:35:58 UTC (rev 270610)
@@ -1,3 +1,26 @@
+2020-12-09  Geoffrey Garen  <[email protected]>
+
+        Marked some WPT worklet tests as flaky
+        https://bugs.webkit.org/show_bug.cgi?id=219717
+
+        Reviewed by Chris Dumez.
+
+        * TestExpectations: Marked as flaky:
+
+        imported/w3c/web-platform-tests/worklets/animation-worklet-csp.https.html
+        imported/w3c/web-platform-tests/worklets/animation-worklet-referrer.https.html
+        imported/w3c/web-platform-tests/worklets/layout-worklet-referrer.https.html
+
+        These tests flake a little on Apple platforms, e.g.:
+
+        https://build.webkit.org/builders/Apple-Mojave-Release-WK1-Tests/builds/19881
+        https://build.webkit.org/builders/Apple-Mojave-Release-WK1-Tests/builds/19880
+        https://build.webkit.org/builders/Apple-Mojave-Release-WK1-Tests/builds/19830
+
+        ...and a lot on WPE platforms.
+
+        Also, animation and layout worklets are not supported features yet.
+
 2020-12-09  Devin Rousso  <[email protected]>
 
         Web Inspector: add UI for request interception

Modified: trunk/LayoutTests/TestExpectations (270609 => 270610)


--- trunk/LayoutTests/TestExpectations	2020-12-10 00:35:27 UTC (rev 270609)
+++ trunk/LayoutTests/TestExpectations	2020-12-10 00:35:58 UTC (rev 270610)
@@ -4576,6 +4576,9 @@
 fullscreen/full-screen-enter-while-exiting.html [ Skip ]
 
 # These tests are all flaky
+imported/w3c/web-platform-tests/worklets/animation-worklet-csp.https.html [ Pass Failure ]
+imported/w3c/web-platform-tests/worklets/animation-worklet-referrer.https.html [ Pass Failure ]
+imported/w3c/web-platform-tests/worklets/layout-worklet-referrer.https.html [ Pass Failure ]
 webkit.org/b/217931 imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-createHTMLDocument-fetch-error-external-classic.html [ Pass Failure ]
 webkit.org/b/217931 imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-createHTMLDocument-fetch-error-external-module.html [ Pass Failure ]
 webkit.org/b/217931 imported/w3c/web-platform-tests/html/semantics/scripting-1/the-script-element/moving-between-documents/before-prepare-createHTMLDocument-parse-error-external-classic.html [ Pass Failure ]
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to