Title: [262851] trunk/Tools
Revision
262851
Author
ryanhad...@apple.com
Date
2020-06-10 13:19:20 -0700 (Wed, 10 Jun 2020)

Log Message

[Mojave] Flaky API Test: TestWebKitAPI.WebKitLegacy.CrossPartitionFileSchemeAccess
https://bugs.webkit.org/show_bug.cgi?id=206956

Unreviewed test gardening.

* TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm: Disable this test for Mojave.

Modified Paths

Diff

Modified: trunk/Tools/ChangeLog (262850 => 262851)


--- trunk/Tools/ChangeLog	2020-06-10 19:31:36 UTC (rev 262850)
+++ trunk/Tools/ChangeLog	2020-06-10 20:19:20 UTC (rev 262851)
@@ -1,3 +1,12 @@
+2020-06-09  Ryan Haddad  <ryanhad...@apple.com>
+
+        [Mojave] Flaky API Test: TestWebKitAPI.WebKitLegacy.CrossPartitionFileSchemeAccess
+        https://bugs.webkit.org/show_bug.cgi?id=206956
+
+        Unreviewed test gardening.
+
+        * TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm: Disable this test for Mojave.
+
 2020-06-10  Alex Christensen  <achristen...@webkit.org>
 
         Revert r259770

Modified: trunk/Tools/TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm (262850 => 262851)


--- trunk/Tools/TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm	2020-06-10 19:31:36 UTC (rev 262850)
+++ trunk/Tools/TestWebKitAPI/Tests/mac/CrossPartitionFileSchemeAccess.mm	2020-06-10 20:19:20 UTC (rev 262851)
@@ -85,6 +85,8 @@
 
 namespace TestWebKitAPI {
 
+// Re-enable this test for Mojave once webkit.org/b/206956 is resolved
+#if __MAC_OS_X_VERSION_MIN_REQUIRED >= 101500
 TEST(WebKitLegacy, CrossPartitionFileSchemeAccess)
 {
     NSURL *url = "" mainBundle] URLForResource:@"CrossPartitionFileSchemeAccess" withExtension:@"html" subdirectory:@"TestWebKitAPI.resources"];
@@ -107,4 +109,5 @@
     WTFLogAlways("Cleaning up...");
     cleanUp();
 }
+#endif
 }
_______________________________________________
webkit-changes mailing list
webkit-changes@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to