Title: [261243] trunk/Tools
Revision
261243
Author
ryanhad...@apple.com
Date
2020-05-06 12:09:24 -0700 (Wed, 06 May 2020)

Log Message

REGRESSION (r260278): TestWebKitAPI.Fullscreen.Delegate is timing out on macOS bots
https://bugs.webkit.org/show_bug.cgi?id=210676

Unreviewed test gardening.

* TestWebKitAPI/Tests/WebKitCocoa/FullscreenAlert.mm:
(TestWebKitAPI::TEST): Skip the test to get the bots to green.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (261242 => 261243)


--- trunk/Tools/ChangeLog	2020-05-06 18:44:26 UTC (rev 261242)
+++ trunk/Tools/ChangeLog	2020-05-06 19:09:24 UTC (rev 261243)
@@ -1,3 +1,13 @@
+2020-05-06  Ryan Haddad  <ryanhad...@apple.com>
+
+        REGRESSION (r260278): TestWebKitAPI.Fullscreen.Delegate is timing out on macOS bots
+        https://bugs.webkit.org/show_bug.cgi?id=210676
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/WebKitCocoa/FullscreenAlert.mm:
+        (TestWebKitAPI::TEST): Skip the test to get the bots to green.
+
 2020-05-06  John Wilander  <wilan...@apple.com>
 
         Exempt app-bound domains from ITP's website data deletion and third-party cookie blocking between themselves

Modified: trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/FullscreenAlert.mm (261242 => 261243)


--- trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/FullscreenAlert.mm	2020-05-06 18:44:26 UTC (rev 261242)
+++ trunk/Tools/TestWebKitAPI/Tests/WebKitCocoa/FullscreenAlert.mm	2020-05-06 19:09:24 UTC (rev 261243)
@@ -38,7 +38,7 @@
 static bool isInFullscreen = false;
 static bool isOutOfFullscreen = false;
 
-TEST(Fullscreen, Alert)
+TEST(Fullscreen, DISABLED_Alert)
 {
     auto configuration = adoptNS([[WKWebViewConfiguration alloc] init]);
     [configuration preferences]._fullScreenEnabled = YES;
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to