Title: [262967] branches/safari-609-branch/Tools
Revision
262967
Author
ryanhad...@apple.com
Date
2020-06-12 12:25:36 -0700 (Fri, 12 Jun 2020)

Log Message

Cherry-pick r261243. rdar://problem/61953702

    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.

    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@261243 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Modified Paths

Diff

Modified: branches/safari-609-branch/Tools/ChangeLog (262966 => 262967)


--- branches/safari-609-branch/Tools/ChangeLog	2020-06-12 19:24:56 UTC (rev 262966)
+++ branches/safari-609-branch/Tools/ChangeLog	2020-06-12 19:25:36 UTC (rev 262967)
@@ -1,3 +1,27 @@
+2020-06-12  Ryan Haddad  <ryanhad...@apple.com>
+
+        Cherry-pick r261243. rdar://problem/61953702
+
+    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.
+    
+    git-svn-id: https://svn.webkit.org/repository/webkit/trunk@261243 268f45cc-cd09-0410-ab3c-d52691b4dbfc
+
+    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-06-10  Alan Coon  <alanc...@apple.com>
 
         Apply patch. rdar://problem/64226920

Modified: branches/safari-609-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/FullscreenAlert.mm (262966 => 262967)


--- branches/safari-609-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/FullscreenAlert.mm	2020-06-12 19:24:56 UTC (rev 262966)
+++ branches/safari-609-branch/Tools/TestWebKitAPI/Tests/WebKitCocoa/FullscreenAlert.mm	2020-06-12 19:25:36 UTC (rev 262967)
@@ -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]);
     auto webView = adoptNS([[TestWKWebView alloc] initWithFrame:NSMakeRect(0, 0, 100, 100) configuration:configuration.get()]);
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to