Title: [294174] trunk/Tools
- Revision
- 294174
- Author
- achristen...@apple.com
- Date
- 2022-05-13 14:40:48 -0700 (Fri, 13 May 2022)
Log Message
Disable MediaLoading.CaptivePortalHLS API test
https://bugs.webkit.org/show_bug.cgi?id=239859
It is always timing out.
Disable it to speed up EWS.
* TestWebKitAPI/Tests/WebKitCocoa/MediaLoading.mm:
(TestWebKitAPI::TEST):
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (294173 => 294174)
--- trunk/Tools/ChangeLog 2022-05-13 21:39:15 UTC (rev 294173)
+++ trunk/Tools/ChangeLog 2022-05-13 21:40:48 UTC (rev 294174)
@@ -1,3 +1,14 @@
+2022-05-13 Alex Christensen <achristen...@webkit.org>
+
+ Disable MediaLoading.CaptivePortalHLS API test
+ https://bugs.webkit.org/show_bug.cgi?id=239859
+
+ It is always timing out.
+ Disable it to speed up EWS.
+
+ * TestWebKitAPI/Tests/WebKitCocoa/MediaLoading.mm:
+ (TestWebKitAPI::TEST):
+
2022-05-13 Yusuke Suzuki <ysuz...@apple.com>
Use None for architecture when dump-class-layout does not have `-a` option
Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/MediaLoading.mm (294173 => 294174)
--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/MediaLoading.mm 2022-05-13 21:39:15 UTC (rev 294173)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/MediaLoading.mm 2022-05-13 21:40:48 UTC (rev 294174)
@@ -216,7 +216,7 @@
"</script>"
"<body _onload_='createVideoElement()'></body>"_s;
-TEST(MediaLoading, CaptivePortalHLS)
+TEST(MediaLoading, DISABLED_CaptivePortalHLS)
{
HTTPServer server({
{ "/"_s, { hlsPlayTestHTML } },
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes