Title: [253803] trunk/LayoutTests
Revision
253803
Author
ctur...@igalia.com
Date
2019-12-19 17:02:45 -0800 (Thu, 19 Dec 2019)

Log Message

[GTK] http/tests/media/clearkey/collect-webkit-media-session.html is timing out since added in r235429 "WebKitMediaSession should be GC collectable when its document is being stopped"
https://bugs.webkit.org/show_bug.cgi?id=189345

Unreviewed gardening.


* platform/gtk/TestExpectations: This test is for legacy encrypted media, which we have deprecated, and further uses an EXT-X-KEY URI scheme that will be unsupported by GStreamer (the "clearkey" scheme is not spec'd anywhere I could find).

Modified Paths

Diff

Modified: trunk/LayoutTests/ChangeLog (253802 => 253803)


--- trunk/LayoutTests/ChangeLog	2019-12-20 00:50:32 UTC (rev 253802)
+++ trunk/LayoutTests/ChangeLog	2019-12-20 01:02:45 UTC (rev 253803)
@@ -1,3 +1,12 @@
+2019-12-19  Charlie Turner  <ctur...@igalia.com>
+
+        [GTK] http/tests/media/clearkey/collect-webkit-media-session.html is timing out since added in r235429 "WebKitMediaSession should be GC collectable when its document is being stopped"
+        https://bugs.webkit.org/show_bug.cgi?id=189345
+
+        Unreviewed gardening.
+
+        * platform/gtk/TestExpectations: This test is for legacy encrypted media, which we have deprecated, and further uses an EXT-X-KEY URI scheme that will be unsupported by GStreamer (the "clearkey" scheme is not spec'd anywhere I could find).
+
 2019-12-19  Chris Dumez  <cdu...@apple.com>
 
         REGRESSION: (r251677) imported/w3c/web-platform-tests/html/semantics/forms/form-submission-0/form-double-submit-3.html is a flaky failure

Modified: trunk/LayoutTests/platform/gtk/TestExpectations (253802 => 253803)


--- trunk/LayoutTests/platform/gtk/TestExpectations	2019-12-20 00:50:32 UTC (rev 253802)
+++ trunk/LayoutTests/platform/gtk/TestExpectations	2019-12-20 01:02:45 UTC (rev 253803)
@@ -3568,7 +3568,8 @@
 webkit.org/b/189343 imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.html [ Failure ]
 webkit.org/b/189343 imported/w3c/web-platform-tests/xhr/sync-no-timeout.any.worker.html [ Failure ]
 
-webkit.org/b/189345 http/tests/media/clearkey/collect-webkit-media-session.html [ Timeout ]
+# LEGACY_ENCRYPTED_MEDIA is deprecated
+webkit.org/b/189345 http/tests/media/clearkey/collect-webkit-media-session.html [ Skip ]
 
 webkit.org/b/189564 http/tests/xmlhttprequest/url-with-credentials.html [ Failure ]
 
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to